Searched refs:kmac_bytepad_encode_key (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 139 static int kmac_bytepad_encode_key(unsigned char *out, size_t out_max_len, 256 if (!kmac_bytepad_encode_key(kctx->key, sizeof(kctx->key), &kctx->key_len, in kmac_setkey() 580 static int kmac_bytepad_encode_key(unsigned char *out, size_t out_max_len, in kmac_bytepad_encode_key() function
|
/third_party/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 139 static int kmac_bytepad_encode_key(unsigned char *out, size_t out_max_len, 256 if (!kmac_bytepad_encode_key(kctx->key, sizeof(kctx->key), &kctx->key_len, in kmac_setkey() 580 static int kmac_bytepad_encode_key(unsigned char *out, size_t out_max_len, in kmac_bytepad_encode_key() function
|
Completed in 3 milliseconds