Home
last modified time | relevance | path

Searched refs:poly1305_set_ctx_params (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c33 static OSSL_FUNC_mac_set_ctx_params_fn poly1305_set_ctx_params; variable
99 if (!ossl_prov_is_running() || !poly1305_set_ctx_params(ctx, params)) in poly1305_init()
163 static int poly1305_set_ctx_params(void *vmacctx, const OSSL_PARAM *params) in poly1305_set_ctx_params() function
185 { OSSL_FUNC_MAC_SET_CTX_PARAMS, (void (*)(void))poly1305_set_ctx_params },
/third_party/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c33 static OSSL_FUNC_mac_set_ctx_params_fn poly1305_set_ctx_params; variable
99 if (!ossl_prov_is_running() || !poly1305_set_ctx_params(ctx, params)) in poly1305_init()
163 static int poly1305_set_ctx_params(void *vmacctx, const OSSL_PARAM *params) in poly1305_set_ctx_params() function
185 { OSSL_FUNC_MAC_SET_CTX_PARAMS, (void (*)(void))poly1305_set_ctx_params },

Completed in 2 milliseconds