Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_locate (Results 1 - 25 of 137) sorted by relevance

123456

/third_party/openssl/test/
H A Dparam_build_test.c34 if (!TEST_ptr(p = OSSL_PARAM_locate(params, "zeronumber")) in template_public_single_zero_test()
66 if (!TEST_ptr(p = OSSL_PARAM_locate(params, "zeronumber")) in template_private_single_zero_test()
140 if (!TEST_ptr(p = OSSL_PARAM_locate(params, "i")) in template_public_test()
147 || !TEST_ptr(p = OSSL_PARAM_locate(params, "i32")) in template_public_test()
154 || !TEST_ptr(p = OSSL_PARAM_locate(params, "i64")) in template_public_test()
161 || !TEST_ptr(p = OSSL_PARAM_locate(params, "l")) in template_public_test()
168 || !TEST_ptr(p = OSSL_PARAM_locate(params, "t")) in template_public_test()
175 || !TEST_ptr(p = OSSL_PARAM_locate(params, "d")) in template_public_test()
182 || !TEST_ptr(p = OSSL_PARAM_locate(params, "utf8_s")) in template_public_test()
187 || !TEST_ptr(p = OSSL_PARAM_locate(param in template_public_test()
[all...]
H A Dparams_test.c249 if ((p = OSSL_PARAM_locate(params, "p1")) != NULL in api_get_params()
252 if ((p = OSSL_PARAM_locate(params, "p2")) != NULL in api_get_params()
255 if ((p = OSSL_PARAM_locate(params, "p3")) != NULL in api_get_params()
258 if ((p = OSSL_PARAM_locate(params, "p4")) != NULL in api_get_params()
261 if ((p = OSSL_PARAM_locate(params, "p5")) != NULL in api_get_params()
264 if ((p = OSSL_PARAM_locate(params, "p6")) != NULL in api_get_params()
461 || !TEST_ptr(p = OSSL_PARAM_locate(params, "p3")) in test_case_variant()
465 || !TEST_ptr(p = OSSL_PARAM_locate(params, "p5")) in test_case_variant()
469 || !TEST_ptr(p = OSSL_PARAM_locate(params, "p6")) in test_case_variant()
474 || !TEST_ptr(p = OSSL_PARAM_locate(param in test_case_variant()
[all...]
H A Dparams_api_test.c525 if (!TEST_ptr_null(OSSL_PARAM_locate(p, "fnord"))) in test_param_construct()
530 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, int_names[j])) in test_param_construct()
541 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, uint_names[j])) in test_param_construct()
551 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "double")) in test_param_construct()
560 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "utf8str")) in test_param_construct()
576 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "utf8ptr")) in test_param_construct()
584 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "octstr")) in test_param_construct()
604 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "octptr")) in test_param_construct()
616 if (!TEST_ptr(cp = OSSL_PARAM_locate(p, "bignum")) in test_param_construct()
677 && TEST_ptr(p = OSSL_PARAM_locate(cp in test_param_copy_null()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dparam_build_set.c27 p = OSSL_PARAM_locate(p, key); in DEFINE_SPECIAL_STACK_OF_CONST()
38 p = OSSL_PARAM_locate(p, key); in ossl_param_build_set_long()
49 p = OSSL_PARAM_locate(p, key); in ossl_param_build_set_utf8_string()
63 p = OSSL_PARAM_locate(p, key); in ossl_param_build_set_octet_string()
74 p = OSSL_PARAM_locate(p, key); in ossl_param_build_set_bn_pad()
90 p = OSSL_PARAM_locate(p, key); in ossl_param_build_set_bn()
115 p = OSSL_PARAM_locate(params, names[i]); in ossl_param_build_set_multi_key_bn()
/third_party/openssl/crypto/
H A Dparam_build_set.c27 p = OSSL_PARAM_locate(p, key); in DEFINE_SPECIAL_STACK_OF_CONST()
38 p = OSSL_PARAM_locate(p, key); in ossl_param_build_set_long()
49 p = OSSL_PARAM_locate(p, key); in ossl_param_build_set_utf8_string()
63 p = OSSL_PARAM_locate(p, key); in ossl_param_build_set_octet_string()
74 p = OSSL_PARAM_locate(p, key); in ossl_param_build_set_bn_pad()
90 p = OSSL_PARAM_locate(p, key); in ossl_param_build_set_bn()
114 p = OSSL_PARAM_locate(params, names[i]); in ossl_param_build_set_multi_key_bn()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon.c47 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_MODE); in ossl_cipher_generic_get_params()
52 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD); in ossl_cipher_generic_get_params()
58 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_CUSTOM_IV); in ossl_cipher_generic_get_params()
64 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_CTS); in ossl_cipher_generic_get_params()
70 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK); in ossl_cipher_generic_get_params()
76 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_HAS_RAND_KEY); in ossl_cipher_generic_get_params()
82 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_KEYLEN); in ossl_cipher_generic_get_params()
87 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_BLOCK_SIZE); in ossl_cipher_generic_get_params()
92 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IVLEN); in ossl_cipher_generic_get_params()
579 p = OSSL_PARAM_locate(param in ossl_cipher_generic_get_ctx_params()
[all...]
H A Dcipher_aes_cbc_hmac_sha.c226 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_MAX_BUFSIZE); in aes_get_ctx_params()
238 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_INTERLEAVE); in aes_get_ctx_params()
244 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_AAD_PACKLEN); in aes_get_ctx_params()
250 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_ENC_LEN); in aes_get_ctx_params()
257 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD_PAD); in aes_get_ctx_params()
262 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_KEYLEN); in aes_get_ctx_params()
267 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IVLEN); in aes_get_ctx_params()
272 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in aes_get_ctx_params()
279 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in aes_get_ctx_params()
H A Dciphercommon_gcm.c149 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IVLEN); in ossl_gcm_get_ctx_params()
154 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_KEYLEN); in ossl_gcm_get_ctx_params()
159 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TAGLEN); in ossl_gcm_get_ctx_params()
170 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in ossl_gcm_get_ctx_params()
185 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in ossl_gcm_get_ctx_params()
200 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD_PAD); in ossl_gcm_get_ctx_params()
205 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TAG); in ossl_gcm_get_ctx_params()
220 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TLS1_GET_IV_GEN); in ossl_gcm_get_ctx_params()
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon.c47 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_MODE); in ossl_cipher_generic_get_params()
52 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD); in ossl_cipher_generic_get_params()
58 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_CUSTOM_IV); in ossl_cipher_generic_get_params()
64 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_CTS); in ossl_cipher_generic_get_params()
70 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK); in ossl_cipher_generic_get_params()
76 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_HAS_RAND_KEY); in ossl_cipher_generic_get_params()
82 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_KEYLEN); in ossl_cipher_generic_get_params()
87 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_BLOCK_SIZE); in ossl_cipher_generic_get_params()
92 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IVLEN); in ossl_cipher_generic_get_params()
548 p = OSSL_PARAM_locate(param in ossl_cipher_generic_get_ctx_params()
[all...]
H A Dcipher_aes_cbc_hmac_sha.c226 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_MAX_BUFSIZE); in aes_get_ctx_params()
238 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_INTERLEAVE); in aes_get_ctx_params()
244 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_AAD_PACKLEN); in aes_get_ctx_params()
250 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_ENC_LEN); in aes_get_ctx_params()
257 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD_PAD); in aes_get_ctx_params()
262 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_KEYLEN); in aes_get_ctx_params()
267 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IVLEN); in aes_get_ctx_params()
272 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in aes_get_ctx_params()
279 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in aes_get_ctx_params()
H A Dciphercommon_gcm.c149 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IVLEN); in ossl_gcm_get_ctx_params()
154 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_KEYLEN); in ossl_gcm_get_ctx_params()
159 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TAGLEN); in ossl_gcm_get_ctx_params()
170 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in ossl_gcm_get_ctx_params()
185 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_UPDATED_IV); in ossl_gcm_get_ctx_params()
200 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD_PAD); in ossl_gcm_get_ctx_params()
205 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TAG); in ossl_gcm_get_ctx_params()
220 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TLS1_GET_IV_GEN); in ossl_gcm_get_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Ddigestcommon.c19 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_BLOCK_SIZE); in ossl_digest_default_get_params()
24 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_SIZE); in ossl_digest_default_get_params()
29 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_XOF); in ossl_digest_default_get_params()
35 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_ALGID_ABSENT); in ossl_digest_default_get_params()
/third_party/node/deps/openssl/openssl/providers/
H A Dnullprov.c39 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_NAME); in null_get_params()
42 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in null_get_params()
45 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_BUILDINFO); in null_get_params()
48 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in null_get_params()
H A Dbaseprov.c54 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_NAME); in base_get_params()
58 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in base_get_params()
61 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_BUILDINFO); in base_get_params()
64 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in base_get_params()
H A Dlegacyprov.c54 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_NAME); in legacy_get_params()
57 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in legacy_get_params()
60 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_BUILDINFO); in legacy_get_params()
63 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in legacy_get_params()
/third_party/openssl/providers/
H A Dnullprov.c39 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_NAME); in null_get_params()
42 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in null_get_params()
45 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_BUILDINFO); in null_get_params()
48 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in null_get_params()
H A Dbaseprov.c54 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_NAME); in base_get_params()
58 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in base_get_params()
61 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_BUILDINFO); in base_get_params()
64 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in base_get_params()
H A Dlegacyprov.c54 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_NAME); in legacy_get_params()
57 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_VERSION); in legacy_get_params()
60 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_BUILDINFO); in legacy_get_params()
63 p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_STATUS); in legacy_get_params()
/third_party/openssl/providers/implementations/digests/
H A Ddigestcommon.c19 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_BLOCK_SIZE); in ossl_digest_default_get_params()
24 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_SIZE); in ossl_digest_default_get_params()
29 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_XOF); in ossl_digest_default_get_params()
35 p = OSSL_PARAM_locate(params, OSSL_DIGEST_PARAM_ALGID_ABSENT); in ossl_digest_default_get_params()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_acvp_test_params.c135 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_RSA_TEST_P1)) != NULL in ossl_rsa_acvp_test_get_params()
138 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_RSA_TEST_P2)) != NULL in ossl_rsa_acvp_test_get_params()
141 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_RSA_TEST_Q1)) != NULL in ossl_rsa_acvp_test_get_params()
144 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_RSA_TEST_Q2)) != NULL in ossl_rsa_acvp_test_get_params()
/third_party/openssl/crypto/rsa/
H A Drsa_acvp_test_params.c135 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_RSA_TEST_P1)) != NULL in ossl_rsa_acvp_test_get_params()
138 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_RSA_TEST_P2)) != NULL in ossl_rsa_acvp_test_get_params()
141 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_RSA_TEST_Q1)) != NULL in ossl_rsa_acvp_test_get_params()
144 if ((p = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_RSA_TEST_Q2)) != NULL in ossl_rsa_acvp_test_get_params()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg.c864 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in ossl_drbg_get_ctx_params()
868 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in ossl_drbg_get_ctx_params()
872 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_MAX_REQUEST); in ossl_drbg_get_ctx_params()
876 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MIN_ENTROPYLEN); in ossl_drbg_get_ctx_params()
880 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MAX_ENTROPYLEN); in ossl_drbg_get_ctx_params()
884 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MIN_NONCELEN); in ossl_drbg_get_ctx_params()
888 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MAX_NONCELEN); in ossl_drbg_get_ctx_params()
892 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MAX_PERSLEN); in ossl_drbg_get_ctx_params()
896 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MAX_ADINLEN); in ossl_drbg_get_ctx_params()
900 p = OSSL_PARAM_locate(param in ossl_drbg_get_ctx_params()
[all...]
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c864 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in ossl_drbg_get_ctx_params()
868 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in ossl_drbg_get_ctx_params()
872 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_MAX_REQUEST); in ossl_drbg_get_ctx_params()
876 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MIN_ENTROPYLEN); in ossl_drbg_get_ctx_params()
880 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MAX_ENTROPYLEN); in ossl_drbg_get_ctx_params()
884 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MIN_NONCELEN); in ossl_drbg_get_ctx_params()
888 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MAX_NONCELEN); in ossl_drbg_get_ctx_params()
892 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MAX_PERSLEN); in ossl_drbg_get_ctx_params()
896 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_MAX_ADINLEN); in ossl_drbg_get_ctx_params()
900 p = OSSL_PARAM_locate(param in ossl_drbg_get_ctx_params()
[all...]
/third_party/node/deps/openssl/openssl/fuzz/
H A Dfuzz_rand.c81 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in fuzz_rand_get_ctx_params()
85 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in fuzz_rand_get_ctx_params()
89 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_MAX_REQUEST); in fuzz_rand_get_ctx_params()
/third_party/openssl/fuzz/
H A Dfuzz_rand.c81 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in fuzz_rand_get_ctx_params()
85 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in fuzz_rand_get_ctx_params()
89 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_MAX_REQUEST); in fuzz_rand_get_ctx_params()

Completed in 14 milliseconds

123456