HomeSort by: relevance | last modified time | path
    Searched refs:OSSL_KDF_PARAM_CONSTANT (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
krb5kdf.c 150 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_CONSTANT))
165 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_CONSTANT, NULL, 0),
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
krb5kdf.c 170 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_CONSTANT))
185 OSSL_PARAM_octet_string(OSSL_KDF_PARAM_CONSTANT, NULL, 0),
  /src/crypto/external/bsd/openssl/dist/include/openssl/
core_names.h 216 #define OSSL_KDF_PARAM_CONSTANT "constant" /* octet string */
  /src/crypto/external/apache2/openssl/include/openssl/
core_names.h 273 # define OSSL_KDF_PARAM_CONSTANT "constant"
  /src/crypto/external/bsd/openssl/dist/test/
evp_kdf_test.c 1672 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_CONSTANT,
  /src/crypto/external/apache2/openssl/dist/test/
evp_kdf_test.c 1843 *p++ = OSSL_PARAM_construct_octet_string(OSSL_KDF_PARAM_CONSTANT,

Completed in 60 milliseconds