Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dcmac_prov.c40 static OSSL_FUNC_mac_update_fn cmac_update; variable
133 static int cmac_update(void *vmacctx, const unsigned char *data, in cmac_update() function
218 { OSSL_FUNC_MAC_UPDATE, (void (*)(void))cmac_update },
/third_party/openssl/providers/implementations/macs/
H A Dcmac_prov.c40 static OSSL_FUNC_mac_update_fn cmac_update; variable
129 static int cmac_update(void *vmacctx, const unsigned char *data, in cmac_update() function
214 { OSSL_FUNC_MAC_UPDATE, (void (*)(void))cmac_update },

Completed in 3 milliseconds