Home
last modified time | relevance | path

Searched refs:EVP_CipherInit_ex (Results 1 – 25 of 34) sorted by relevance

12

/trueos/crypto/heimdal/lib/krb5/
HDcrypto-evp.c47 EVP_CipherInit_ex(&key->ectx, c, NULL, kd->key->keyvalue.data, NULL, 1); in _krb5_evp_schedule()
48 EVP_CipherInit_ex(&key->dctx, c, NULL, kd->key->keyvalue.data, NULL, 0); in _krb5_evp_schedule()
80 EVP_CipherInit_ex(c, NULL, NULL, NULL, loiv, -1); in _krb5_evp_encrypt()
83 EVP_CipherInit_ex(c, NULL, NULL, NULL, ivec, -1); in _krb5_evp_encrypt()
114 EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1); in _krb5_evp_encrypt_cts()
120 EVP_CipherInit_ex(c, NULL, NULL, NULL, ivec, -1); in _krb5_evp_encrypt_cts()
122 EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1); in _krb5_evp_encrypt_cts()
138 EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1); in _krb5_evp_encrypt_cts()
164 EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1); in _krb5_evp_encrypt_cts()
173 EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1); in _krb5_evp_encrypt_cts()
HDcrypto-des-common.c84 EVP_CipherInit_ex(&ctx->ectx, NULL, NULL, NULL, (void *)&ivec, -1); in _krb5_des_checksum()
112 EVP_CipherInit_ex(&ctx->dctx, NULL, NULL, NULL, (void *)&ivec, -1); in _krb5_des_verify()
HDcrypto-des.c229 EVP_CipherInit_ex(c, NULL, NULL, NULL, (void *)&ivec, -1); in evp_des_encrypt_null_ivec()
248 EVP_CipherInit_ex(c, NULL, NULL, NULL, (void *)&ivec, -1); in evp_des_encrypt_key_ivec()
HDcrypto-arcfour.c181 EVP_CipherInit_ex(&ctx, EVP_rc4(), NULL, k3_c.checksum.data, NULL, 1); in ARCFOUR_subencrypt()
238 EVP_CipherInit_ex(&ctx, EVP_rc4(), NULL, k3_c.checksum.data, NULL, 0); in ARCFOUR_subdecrypt()
HDcrypto-aes.c130 EVP_CipherInit_ex(&ctx, c, NULL, derived->keyvalue.data, NULL, 1); in AES_PRF()
/trueos/crypto/heimdal/lib/gssapi/krb5/
HDarcfour.c239 EVP_CipherInit_ex(&rc4_key, EVP_rc4(), NULL, k6_data, NULL, 1); in _gssapi_get_mic_arcfour()
314 EVP_CipherInit_ex(&rc4_key, EVP_rc4(), NULL, (void *)k6_data, NULL, 0); in _gssapi_verify_mic_arcfour()
467 EVP_CipherInit_ex(&rc4_key, EVP_rc4(), NULL, k6_data, NULL, 1); in _gssapi_wrap_arcfour()
486 EVP_CipherInit_ex(&rc4_key, EVP_rc4(), NULL, k6_data, NULL, 1); in _gssapi_wrap_arcfour()
586 EVP_CipherInit_ex(&rc4_key, EVP_rc4(), NULL, k6_data, NULL, 1); in _gssapi_unwrap_arcfour()
634 EVP_CipherInit_ex(&rc4_key, EVP_rc4(), NULL, k6_data, NULL, 1); in _gssapi_unwrap_arcfour()
HDunwrap.c108 EVP_CipherInit_ex(&des_ctx, EVP_des_cbc(), NULL, deskey, zero, 0); in unwrap_des()
148 EVP_CipherInit_ex(&des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, hash, 0); in unwrap_des()
HDwrap.c302 EVP_CipherInit_ex(&des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, p + 8, 1); in wrap_des()
321 EVP_CipherInit_ex(&des_ctx, EVP_des_cbc(), NULL, deskey, zero, 1); in wrap_des()
HDget_mic.c115 EVP_CipherInit_ex(&des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, p + 8, 1); in mic_des()
HDverify_mic.c104 EVP_CipherInit_ex(&des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, hash, 0); in verify_mic_des()
/trueos/crypto/openssl/crypto/cms/
HDcms_enc.c110 if (EVP_CipherInit_ex(ctx, ciph, NULL, NULL, NULL, enc) <= 0) { in DECLARE_ASN1_ITEM()
177 if (EVP_CipherInit_ex(ctx, NULL, NULL, ec->key, piv, enc) <= 0) { in DECLARE_ASN1_ITEM()
HDcms_pwri.c365 if (!EVP_CipherInit_ex(&kekctx, kekcipher, NULL, NULL, NULL, en_de)) in cms_RecipientInfo_pwri_crypt()
/trueos/crypto/openssl/crypto/evp/
HDevp_enc.c99 return EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, enc); in EVP_CipherInit()
102 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex() function
289 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1); in EVP_EncryptInit_ex()
302 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0); in EVP_DecryptInit_ex()
HDp5_crpt2.c234 if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de)) in PKCS5_v2_PBE_keyivgen()
319 rv = EVP_CipherInit_ex(ctx, NULL, NULL, key, NULL, en_de); in PKCS5_v2_PBKDF2_keyivgen()
HDbio_enc.c301 EVP_CipherInit_ex(&(ctx->cipher), NULL, NULL, NULL, NULL, in enc_ctrl()
424 EVP_CipherInit_ex(&(ctx->cipher), c, NULL, k, i, e); in BIO_set_cipher()
HDp5_crpt.c140 if (!EVP_CipherInit_ex(cctx, cipher, NULL, key, iv, en_de)) in PKCS5_PBE_keyivgen()
HDe_rc2.c186 if (i > 0 && !EVP_CipherInit_ex(c, NULL, NULL, NULL, iv, -1)) in rc2_get_asn1_type_and_iv()
/trueos/crypto/openssl/doc/crypto/
HDEVP_EncryptInit.pod7 EVP_DecryptFinal_ex, EVP_CipherInit_ex, EVP_CipherUpdate,
41 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
142 EVP_CipherInit_ex(), EVP_CipherUpdate() and EVP_CipherFinal_ex() are
155 EVP_CipherInit_ex() except the B<ctx> parameter does not need to be
245 EVP_CipherInit_ex() and EVP_CipherUpdate() return 1 for success and 0 for failure.
372 EVP_CipherInit_ex() and EVP_CipherFinal_ex() because they can reuse an
457 EVP_CipherInit_ex(&ctx, EVP_aes_128_cbc(), NULL, NULL, NULL,
463 EVP_CipherInit_ex(&ctx, NULL, NULL, key, iv, do_encrypt);
497 EVP_DecryptInit_ex(), EVP_DecryptFinal_ex(), EVP_CipherInit_ex(),
/trueos/sys/geom/eli/
HDg_eli_crypto.c192 EVP_CipherInit_ex(&ctx, type, NULL, NULL, NULL, enc); in g_eli_crypto_cipher()
196 EVP_CipherInit_ex(&ctx, NULL, NULL, key, iv, enc); in g_eli_crypto_cipher()
/trueos/crypto/openssl/crypto/pkcs12/
HDp12_crpt.c112 ret = EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, en_de); in PKCS12_PBE_keyivgen()
/trueos/crypto/openssl/crypto/pkcs7/
HDpk7_doit.c345 if (EVP_CipherInit_ex(ctx, evp_cipher, NULL, NULL, NULL, 1) <= 0) in PKCS7_dataInit()
349 if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1) <= 0) in PKCS7_dataInit()
585 if (EVP_CipherInit_ex(evp_ctx, evp_cipher, NULL, NULL, NULL, 0) <= 0) in PKCS7_dataDecode()
619 if (EVP_CipherInit_ex(evp_ctx, NULL, NULL, ek, NULL, 0) <= 0) in PKCS7_dataDecode()
/trueos/crypto/openssl/crypto/asn1/
HDp5_pbev2.c130 if (!EVP_CipherInit_ex(&ctx, cipher, NULL, NULL, iv, 0))
/trueos/crypto/openssl/apps/
HDenc.c588 if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, enc)) { in MAIN()
598 if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, enc)) { in MAIN()
/trueos/contrib/wpa/src/crypto/
HDcrypto_openssl.c147 !EVP_CipherInit_ex(&ctx, EVP_rc4(), NULL, NULL, NULL, 1) || in rc4_skip()
149 !EVP_CipherInit_ex(&ctx, NULL, NULL, key, NULL, 1)) in rc4_skip()
/trueos/crypto/heimdal/doc/doxyout/hcrypto/
HDmanpages63 hcrypto/man/man3/EVP_CipherInit_ex.3

12