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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/macs/
blake2_mac_impl.c 32 static OSSL_FUNC_mac_init_fn blake2_mac_init; variable
105 static int blake2_mac_init(void *vmacctx, const unsigned char *key, function
244 { OSSL_FUNC_MAC_INIT, (void (*)(void))blake2_mac_init },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
blake2_mac_impl.c 32 static OSSL_FUNC_mac_init_fn blake2_mac_init; variable
105 static int blake2_mac_init(void *vmacctx, const unsigned char *key, function
244 { OSSL_FUNC_MAC_INIT, (void (*)(void))blake2_mac_init },

Completed in 111 milliseconds