| /trueos/crypto/heimdal/lib/krb5/ |
| HD | crypto-evp.c | 47 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()
|
| HD | crypto-des-common.c | 84 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()
|
| HD | crypto-des.c | 229 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()
|
| HD | crypto-arcfour.c | 181 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()
|
| HD | crypto-aes.c | 130 EVP_CipherInit_ex(&ctx, c, NULL, derived->keyvalue.data, NULL, 1); in AES_PRF()
|
| /trueos/crypto/heimdal/lib/gssapi/krb5/ |
| HD | arcfour.c | 239 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()
|
| HD | unwrap.c | 108 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()
|
| HD | wrap.c | 302 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()
|
| HD | get_mic.c | 115 EVP_CipherInit_ex(&des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, p + 8, 1); in mic_des()
|
| HD | verify_mic.c | 104 EVP_CipherInit_ex(&des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, hash, 0); in verify_mic_des()
|
| /trueos/crypto/openssl/crypto/cms/ |
| HD | cms_enc.c | 110 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()
|
| HD | cms_pwri.c | 365 if (!EVP_CipherInit_ex(&kekctx, kekcipher, NULL, NULL, NULL, en_de)) in cms_RecipientInfo_pwri_crypt()
|
| /trueos/crypto/openssl/crypto/evp/ |
| HD | evp_enc.c | 99 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()
|
| HD | p5_crpt2.c | 234 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()
|
| HD | bio_enc.c | 301 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()
|
| HD | p5_crpt.c | 140 if (!EVP_CipherInit_ex(cctx, cipher, NULL, key, iv, en_de)) in PKCS5_PBE_keyivgen()
|
| HD | e_rc2.c | 186 if (i > 0 && !EVP_CipherInit_ex(c, NULL, NULL, NULL, iv, -1)) in rc2_get_asn1_type_and_iv()
|
| /trueos/crypto/openssl/doc/crypto/ |
| HD | EVP_EncryptInit.pod | 7 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/ |
| HD | g_eli_crypto.c | 192 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/ |
| HD | p12_crpt.c | 112 ret = EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, en_de); in PKCS12_PBE_keyivgen()
|
| /trueos/crypto/openssl/crypto/pkcs7/ |
| HD | pk7_doit.c | 345 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/ |
| HD | p5_pbev2.c | 130 if (!EVP_CipherInit_ex(&ctx, cipher, NULL, NULL, iv, 0))
|
| /trueos/crypto/openssl/apps/ |
| HD | enc.c | 588 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/ |
| HD | crypto_openssl.c | 147 !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/ |
| HD | manpages | 63 hcrypto/man/man3/EVP_CipherInit_ex.3
|