Home
last modified time | relevance | path

Searched refs:propq (Results 276 - 300 of 1151) sorted by relevance

1...<<11121314151617181920>>...47

/third_party/openssl/demos/cipher/
H A Daeskeywrap.c54 const char *propq = NULL; variable
75 if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-WRAP", propq)) == NULL) in aes_wrap_encrypt()
132 if ((cipher = EVP_CIPHER_fetch(libctx, "aes-256-wrap", propq)) == NULL) in aes_wrap_decrypt()
H A Dariacbc.c53 const char *propq = NULL; variable
74 if ((cipher = EVP_CIPHER_fetch(libctx, "ARIA-256-CBC", propq)) == NULL) in aria_cbc_encrypt()
130 if ((cipher = EVP_CIPHER_fetch(libctx, "ARIA-256-CBC", propq)) == NULL) in aria_cbc_decrypt()
H A Daesgcm.c68 const char *propq = NULL; variable
92 if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-GCM", propq)) == NULL) in aes_gcm_encrypt()
167 if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-GCM", propq)) == NULL) in aes_gcm_decrypt()
/third_party/openssl/include/crypto/
H A Dasn1.h81 OSSL_LIB_CTX *libctx, const char *propq);
88 const char *propq);
147 OSSL_LIB_CTX *libctx, const char *propq);
H A Ddh.h40 OSSL_LIB_CTX *libctx, const char *propq);
58 OSSL_LIB_CTX *libctx, const char *propq);
/third_party/openssl/crypto/crmf/
H A Dcrmf_pbm.c128 int OSSL_CRMF_pbm_new(OSSL_LIB_CTX *libctx, const char *propq, in OSSL_CRMF_pbm_new() argument
159 if ((owf = EVP_MD_fetch(libctx, mdname, propq)) == NULL) { in OSSL_CRMF_pbm_new()
208 if (EVP_Q_mac(libctx, "HMAC", propq, hmac_mdname, NULL, basekey, bklen, in OSSL_CRMF_pbm_new()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_backend.c290 const char *propq, in ossl_ec_group_todata()
606 if ((ret = ossl_ec_key_new_method_int(src->libctx, src->propq, in ossl_ec_key_dup()
613 ret->group = ossl_ec_group_new_ex(src->libctx, src->propq, in ossl_ec_key_dup()
767 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ec_key_param_from_x509_algor()
775 if ((eckey = EC_KEY_new_ex(libctx, propq)) == NULL) { in ossl_ec_key_param_from_x509_algor()
797 group = EC_GROUP_new_by_curve_name_ex(libctx, propq, OBJ_obj2nid(poid)); in ossl_ec_key_param_from_x509_algor()
818 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ec_key_from_pkcs8()
827 eckey = ossl_ec_key_param_from_x509_algor(palg, libctx, propq); in ossl_ec_key_from_pkcs8()
288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument
766 ossl_ec_key_param_from_x509_algor(const X509_ALGOR *palg, OSSL_LIB_CTX *libctx, const char *propq) ossl_ec_key_param_from_x509_algor() argument
817 ossl_ec_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf, OSSL_LIB_CTX *libctx, const char *propq) ossl_ec_key_from_pkcs8() argument
/third_party/openssl/crypto/ec/
H A Dec_backend.c290 const char *propq, in ossl_ec_group_todata()
606 if ((ret = ossl_ec_key_new_method_int(src->libctx, src->propq, in ossl_ec_key_dup()
613 ret->group = ossl_ec_group_new_ex(src->libctx, src->propq, in ossl_ec_key_dup()
767 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ec_key_param_from_x509_algor()
775 if ((eckey = EC_KEY_new_ex(libctx, propq)) == NULL) { in ossl_ec_key_param_from_x509_algor()
797 group = EC_GROUP_new_by_curve_name_ex(libctx, propq, OBJ_obj2nid(poid)); in ossl_ec_key_param_from_x509_algor()
818 OSSL_LIB_CTX *libctx, const char *propq) in ossl_ec_key_from_pkcs8()
827 eckey = ossl_ec_key_param_from_x509_algor(palg, libctx, propq); in ossl_ec_key_from_pkcs8()
288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument
766 ossl_ec_key_param_from_x509_algor(const X509_ALGOR *palg, OSSL_LIB_CTX *libctx, const char *propq) ossl_ec_key_param_from_x509_algor() argument
817 ossl_ec_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf, OSSL_LIB_CTX *libctx, const char *propq) ossl_ec_key_from_pkcs8() argument
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_digest.c58 OSSL_LIB_CTX *libctx, const char *propq) in ossl_asn1_item_digest_ex()
76 fetched_md = EVP_MD_fetch(libctx, EVP_MD_get0_name(md), propq); in ossl_asn1_item_digest_ex()
56 ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn, unsigned char *data, unsigned int *len, OSSL_LIB_CTX *libctx, const char *propq) ossl_asn1_item_digest_ex() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_dd.c22 const char *propq) in ossl_cms_DigestedData_create()
27 cms = CMS_ContentInfo_new_ex(libctx, propq); in ossl_cms_DigestedData_create()
20 ossl_cms_DigestedData_create(const EVP_MD *md, OSSL_LIB_CTX *libctx, const char *propq) ossl_cms_DigestedData_create() argument
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drand.h86 int RAND_set_DRBG_type(OSSL_LIB_CTX *ctx, const char *drbg, const char *propq,
89 const char *propq);
/third_party/node/deps/openssl/openssl/include/crypto/
H A Ddh.h40 OSSL_LIB_CTX *libctx, const char *propq);
58 OSSL_LIB_CTX *libctx, const char *propq);
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpbe_scrypt.c41 OSSL_LIB_CTX *ctx, const char *propq) in EVP_PBE_scrypt_ex()
67 kdf = EVP_KDF_fetch(ctx, OSSL_KDF_NAME_SCRYPT, propq); in EVP_PBE_scrypt_ex()
37 EVP_PBE_scrypt_ex(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen, OSSL_LIB_CTX *ctx, const char *propq) EVP_PBE_scrypt_ex() argument
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_kdf.c33 OSSL_LIB_CTX *libctx, const char *propq) in ossl_dh_kdf_X9_42_asn1()
41 kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X942KDF_ASN1, propq); in ossl_dh_kdf_X9_42_asn1()
28 ossl_dh_kdf_X9_42_asn1(unsigned char *out, size_t outlen, const unsigned char *Z, size_t Zlen, const char *cek_alg, const unsigned char *ukm, size_t ukmlen, const EVP_MD *md, OSSL_LIB_CTX *libctx, const char *propq) ossl_dh_kdf_X9_42_asn1() argument
/third_party/openssl/crypto/cms/
H A Dcms_dd.c22 const char *propq) in ossl_cms_DigestedData_create()
27 cms = CMS_ContentInfo_new_ex(libctx, propq); in ossl_cms_DigestedData_create()
20 ossl_cms_DigestedData_create(const EVP_MD *md, OSSL_LIB_CTX *libctx, const char *propq) ossl_cms_DigestedData_create() argument
/third_party/openssl/crypto/dh/
H A Ddh_kdf.c33 OSSL_LIB_CTX *libctx, const char *propq) in ossl_dh_kdf_X9_42_asn1()
41 kdf = EVP_KDF_fetch(libctx, OSSL_KDF_NAME_X942KDF_ASN1, propq); in ossl_dh_kdf_X9_42_asn1()
28 ossl_dh_kdf_X9_42_asn1(unsigned char *out, size_t outlen, const unsigned char *Z, size_t Zlen, const char *cek_alg, const unsigned char *ukm, size_t ukmlen, const EVP_MD *md, OSSL_LIB_CTX *libctx, const char *propq) ossl_dh_kdf_X9_42_asn1() argument
/third_party/openssl/crypto/evp/
H A Dpbe_scrypt.c41 OSSL_LIB_CTX *ctx, const char *propq) in EVP_PBE_scrypt_ex()
67 kdf = EVP_KDF_fetch(ctx, OSSL_KDF_NAME_SCRYPT, propq); in EVP_PBE_scrypt_ex()
37 EVP_PBE_scrypt_ex(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen, OSSL_LIB_CTX *ctx, const char *propq) EVP_PBE_scrypt_ex() argument
/third_party/openssl/crypto/asn1/
H A Da_digest.c58 OSSL_LIB_CTX *libctx, const char *propq) in ossl_asn1_item_digest_ex()
76 fetched_md = EVP_MD_fetch(libctx, EVP_MD_get0_name(md), propq); in ossl_asn1_item_digest_ex()
56 ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn, unsigned char *data, unsigned int *len, OSSL_LIB_CTX *libctx, const char *propq) ossl_asn1_item_digest_ex() argument
/third_party/openssl/demos/pkey/
H A DEVP_PKEY_EC_keygen.c28 * pkey = EVP_PKEY_Q_keygen(libctx, propq, "EC", curvename);
33 * The libctx and propq can be set if required, they are included here in do_ec_keygen()
37 const char *propq = NULL; in do_ec_keygen() local
44 genctx = EVP_PKEY_CTX_new_from_name(libctx, "EC", propq); in do_ec_keygen()
/third_party/openssl/demos/digest/
H A DEVP_MD_xof.c42 static const char *propq = NULL; variable
69 md = EVP_MD_fetch(libctx, "SHAKE256", propq); in main()
/third_party/openssl/include/openssl/
H A Drand.h86 int RAND_set_DRBG_type(OSSL_LIB_CTX *ctx, const char *drbg, const char *propq,
89 const char *propq);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dsrp.h192 OSSL_LIB_CTX *libctx, const char *propq);
200 const char *propq);
238 const BIGNUM *v, OSSL_LIB_CTX *libctx, const char *propq);
247 OSSL_LIB_CTX *libctx, const char *propq);
255 OSSL_LIB_CTX *libctx, const char *propq);
263 OSSL_LIB_CTX *libctx, const char *propq);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dsrp.h192 OSSL_LIB_CTX *libctx, const char *propq);
200 const char *propq);
238 const BIGNUM *v, OSSL_LIB_CTX *libctx, const char *propq);
247 OSSL_LIB_CTX *libctx, const char *propq);
255 OSSL_LIB_CTX *libctx, const char *propq);
263 OSSL_LIB_CTX *libctx, const char *propq);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dsrp.h192 OSSL_LIB_CTX *libctx, const char *propq);
200 const char *propq);
238 const BIGNUM *v, OSSL_LIB_CTX *libctx, const char *propq);
247 OSSL_LIB_CTX *libctx, const char *propq);
255 OSSL_LIB_CTX *libctx, const char *propq);
263 OSSL_LIB_CTX *libctx, const char *propq);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dsrp.h192 OSSL_LIB_CTX *libctx, const char *propq);
200 const char *propq);
238 const BIGNUM *v, OSSL_LIB_CTX *libctx, const char *propq);
247 OSSL_LIB_CTX *libctx, const char *propq);
255 OSSL_LIB_CTX *libctx, const char *propq);
263 OSSL_LIB_CTX *libctx, const char *propq);

Completed in 11 milliseconds

1...<<11121314151617181920>>...47