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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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.c325 const EVP_CIPHER *kekcipher; local
357 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
359 if (!kekcipher) {
365 if (!EVP_CipherInit_ex(&kekctx, kekcipher, NULL, NULL, NULL, en_de))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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.c325 const EVP_CIPHER *kekcipher; local
357 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
359 if (!kekcipher) {
365 if (!EVP_CipherInit_ex(&kekctx, kekcipher, NULL, NULL, NULL, en_de))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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.c325 const EVP_CIPHER *kekcipher; local
357 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
359 if (!kekcipher) {
365 if (!EVP_CipherInit_ex(&kekctx, kekcipher, NULL, NULL, NULL, en_de))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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))

Completed in 181 milliseconds