Searched refs:OSSL_KDF_PARAM_CONSTANT (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man7/ |
D | EVP_KDF-KRB5KDF.pod | 35 =item "constant" (B<OSSL_KDF_PARAM_CONSTANT>) <octet string> 81 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_CONSTANT,
|
D | provider-kdf.pod | 312 =item "constant" (B<OSSL_KDF_PARAM_CONSTANT>) <octet string>
|
/third_party/openssl/providers/implementations/kdfs/ |
D | krb5kdf.c | 150 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_CONSTANT)) in krb5kdf_set_ctx_params() 165 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_CONSTANT, NULL, 0), in krb5kdf_settable_ctx_params()
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
D | krb5kdf.c | 150 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_CONSTANT)) in krb5kdf_set_ctx_params() 165 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_CONSTANT, NULL, 0), in krb5kdf_settable_ctx_params()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | core_names.h | 216 #define OSSL_KDF_PARAM_CONSTANT "constant" /* octet string */ macro
|
/third_party/openssl/include/openssl/ |
D | core_names.h | 216 #define OSSL_KDF_PARAM_CONSTANT "constant" /* octet string */ macro
|
/third_party/openssl/test/ |
D | evp_kdf_test.c | 1617 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_CONSTANT, in test_kdf_krb5kdf()
|