Searched refs:OSSL_MAC_PARAM_DIGEST_ONESHOT (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/providers/implementations/macs/ |
D | hmac_prov.c | 276 OSSL_PARAM_int(OSSL_MAC_PARAM_DIGEST_ONESHOT, NULL), 322 if (!set_flag(params, OSSL_MAC_PARAM_DIGEST_ONESHOT, EVP_MD_CTX_FLAG_ONESHOT, in hmac_set_ctx_params()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
D | hmac_prov.c | 276 OSSL_PARAM_int(OSSL_MAC_PARAM_DIGEST_ONESHOT, NULL), 322 if (!set_flag(params, OSSL_MAC_PARAM_DIGEST_ONESHOT, EVP_MD_CTX_FLAG_ONESHOT, in hmac_set_ctx_params()
|
/third_party/openssl/doc/man7/ |
D | EVP_MAC-HMAC.pod | 55 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer>
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | core_names.h | 162 #define OSSL_MAC_PARAM_DIGEST_ONESHOT "digest-oneshot" /* int, 0 or 1 */ macro
|
/third_party/openssl/include/openssl/ |
D | core_names.h | 162 #define OSSL_MAC_PARAM_DIGEST_ONESHOT "digest-oneshot" /* int, 0 or 1 */ macro
|
/third_party/openssl/doc/man3/ |
D | EVP_MAC.pod | 284 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer>
|