Searched refs:wrap_nid (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_pwri.c84 int iter, int wrap_nid,
102 if (wrap_nid <= 0)
103 wrap_nid = NID_id_alg_PWRI_KEK;
116 if (wrap_nid != NID_id_alg_PWRI_KEK) {
175 pwri->keyEncryptionAlgorithm->algorithm = OBJ_nid2obj(wrap_nid);
83 CMS_add0_recipient_password(CMS_ContentInfo *cms, int iter, int wrap_nid, int pbe_nid, unsigned char *pass, ossl_ssize_t passlen, const EVP_CIPHER *kekciph) argument
H A Dcms_env.c742 int r = 0, wrap_nid; local
753 wrap_nid = OBJ_obj2nid(kekri->keyEncryptionAlgorithm->algorithm);
754 if (aes_wrap_keylen(wrap_nid) != kekri->keylen) {
H A Dcms.h236 int iter, int wrap_nid,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_pwri.c84 int iter, int wrap_nid,
102 if (wrap_nid <= 0)
103 wrap_nid = NID_id_alg_PWRI_KEK;
116 if (wrap_nid != NID_id_alg_PWRI_KEK) {
175 pwri->keyEncryptionAlgorithm->algorithm = OBJ_nid2obj(wrap_nid);
83 CMS_add0_recipient_password(CMS_ContentInfo *cms, int iter, int wrap_nid, int pbe_nid, unsigned char *pass, ossl_ssize_t passlen, const EVP_CIPHER *kekciph) argument
H A Dcms_env.c742 int r = 0, wrap_nid; local
753 wrap_nid = OBJ_obj2nid(kekri->keyEncryptionAlgorithm->algorithm);
754 if (aes_wrap_keylen(wrap_nid) != kekri->keylen) {
H A Dcms.h236 int iter, int wrap_nid,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_ameth.c836 int kdf_type, wrap_nid; local
896 wrap_nid = EVP_CIPHER_CTX_type(ctx);
897 if (EVP_PKEY_CTX_set0_dh_kdf_oid(pctx, OBJ_nid2obj(wrap_nid)) <= 0)
906 wrap_alg->algorithm = OBJ_nid2obj(wrap_nid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_ameth.c836 int kdf_type, wrap_nid; local
896 wrap_nid = EVP_CIPHER_CTX_type(ctx);
897 if (EVP_PKEY_CTX_set0_dh_kdf_oid(pctx, OBJ_nid2obj(wrap_nid)) <= 0)
906 wrap_alg->algorithm = OBJ_nid2obj(wrap_nid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_ameth.c836 int ecdh_nid, kdf_type, kdf_nid, wrap_nid; local
910 wrap_nid = EVP_CIPHER_CTX_type(ctx);
918 wrap_alg->algorithm = OBJ_nid2obj(wrap_nid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_ameth.c836 int ecdh_nid, kdf_type, kdf_nid, wrap_nid; local
910 wrap_nid = EVP_CIPHER_CTX_type(ctx);
918 wrap_alg->algorithm = OBJ_nid2obj(wrap_nid);

Completed in 230 milliseconds