Searched refs:gmac_final (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 37 static OSSL_FUNC_mac_final_fn gmac_final; variable 145 static int gmac_final(void *vmacctx, unsigned char *out, size_t *outl, in gmac_final() function 252 { OSSL_FUNC_MAC_FINAL, (void (*)(void))gmac_final },
|
/third_party/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 37 static OSSL_FUNC_mac_final_fn gmac_final; variable 145 static int gmac_final(void *vmacctx, unsigned char *out, size_t *outl, in gmac_final() function 252 { OSSL_FUNC_MAC_FINAL, (void (*)(void))gmac_final },
|
Completed in 2 milliseconds