Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/engine/
H A Deng_openssl.c561 static int ossl_hmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in ossl_hmac_ctrl() function
600 return ossl_hmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, -1, p); in ossl_hmac_ctrl_str()
609 r = ossl_hmac_ctrl(ctx, EVP_PKEY_CTRL_SET_MAC_KEY, keylen, key); in ossl_hmac_ctrl_str()
633 EVP_PKEY_meth_set_ctrl(meth, ossl_hmac_ctrl, ossl_hmac_ctrl_str); in ossl_register_hmac_meth()