Home
last modified time | relevance | path

Searched refs:OSSL_MAC_PARAM_D_ROUNDS (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/providers/implementations/macs/
Dsiphash_prov.c157 OSSL_PARAM_uint(OSSL_MAC_PARAM_D_ROUNDS, NULL), in siphash_gettable_ctx_params()
175 if ((p = OSSL_PARAM_locate(params, OSSL_MAC_PARAM_D_ROUNDS)) != NULL in siphash_get_ctx_params()
188 OSSL_PARAM_uint(OSSL_MAC_PARAM_D_ROUNDS, NULL), in siphash_settable_ctx_params()
213 if ((p = OSSL_PARAM_locate_const(params, OSSL_MAC_PARAM_D_ROUNDS)) != NULL in siphash_set_params()
/third_party/openssl/demos/mac/
Dsiphash.c85 *p++ = OSSL_PARAM_construct_uint(OSSL_MAC_PARAM_D_ROUNDS, &d_rounds); in main()
/third_party/openssl/doc/man7/
DEVP_MAC-Siphash.pod48 =item "d-rounds" (B<OSSL_MAC_PARAM_D_ROUNDS>) <unsigned integer>
/third_party/openssl/include/openssl/
Dcore_names.h164 #define OSSL_MAC_PARAM_D_ROUNDS "d-rounds" /* unsigned int */ macro