Searched refs:kekcipher (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_kari.c390 const EVP_CIPHER *kekcipher; local
393 kekcipher = EVP_CIPHER_CTX_cipher(ctx);
395 if (kekcipher) {
405 kekcipher = EVP_des_ede3_wrap();
407 kekcipher = EVP_aes_128_wrap();
409 kekcipher = EVP_aes_192_wrap();
411 kekcipher = EVP_aes_256_wrap();
412 return EVP_EncryptInit_ex(ctx, kekcipher, NULL, NULL, NULL);
H A Dcms_pwri.c328 const EVP_CIPHER *kekcipher; local
360 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
362 if (!kekcipher) {
368 if (!EVP_CipherInit_ex(&kekctx, kekcipher, NULL, NULL, NULL, en_de))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_kari.c390 const EVP_CIPHER *kekcipher; local
393 kekcipher = EVP_CIPHER_CTX_cipher(ctx);
395 if (kekcipher) {
405 kekcipher = EVP_des_ede3_wrap();
407 kekcipher = EVP_aes_128_wrap();
409 kekcipher = EVP_aes_192_wrap();
411 kekcipher = EVP_aes_256_wrap();
412 return EVP_EncryptInit_ex(ctx, kekcipher, NULL, NULL, NULL);
H A Dcms_pwri.c328 const EVP_CIPHER *kekcipher; local
360 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
362 if (!kekcipher) {
368 if (!EVP_CipherInit_ex(&kekctx, kekcipher, NULL, NULL, NULL, en_de))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_ameth.c724 const EVP_CIPHER *kekcipher; local
756 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
757 if (!kekcipher || EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE)
759 if (!EVP_EncryptInit_ex(kekctx, kekcipher, NULL, NULL, NULL))
769 OBJ_nid2obj(EVP_CIPHER_type(kekcipher)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_ameth.c724 const EVP_CIPHER *kekcipher; local
756 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
757 if (!kekcipher || EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE)
759 if (!EVP_EncryptInit_ex(kekctx, kekcipher, NULL, NULL, NULL))
769 OBJ_nid2obj(EVP_CIPHER_type(kekcipher)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_ameth.c742 const EVP_CIPHER *kekcipher; local
764 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
765 if (!kekcipher || EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE)
767 if (!EVP_EncryptInit_ex(kekctx, kekcipher, NULL, NULL, NULL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_ameth.c742 const EVP_CIPHER *kekcipher; local
764 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
765 if (!kekcipher || EVP_CIPHER_mode(kekcipher) != EVP_CIPH_WRAP_MODE)
767 if (!EVP_EncryptInit_ex(kekctx, kekcipher, NULL, NULL, NULL))

Completed in 80 milliseconds