HomeSort by: relevance | last modified time | path
    Searched defs:hmac_internal_new (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/macs/
hmac_prov.c 378 static OSSL_FUNC_mac_newctx_fn hmac_internal_new; variable
380 static void *hmac_internal_new(void *provctx) function
390 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))hmac_internal_new },
hmac_prov.c 378 static OSSL_FUNC_mac_newctx_fn hmac_internal_new; variable
380 static void *hmac_internal_new(void *provctx) function
390 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))hmac_internal_new },

Completed in 44 milliseconds