Home
last modified time | relevance | path

Searched refs:bytepad (Results 1 – 1 of 1) sorted by relevance

/openssl/providers/implementations/macs/
H A Dkmac_prov.c145 static int bytepad(unsigned char *out, size_t *out_len,
346 if (!bytepad(NULL, &out_len, kmac_string, sizeof(kmac_string), in kmac_init()
354 res = bytepad(out, NULL, kmac_string, sizeof(kmac_string), in kmac_init()
598 static int bytepad(unsigned char *out, size_t *out_len, in bytepad() function
652 if (!bytepad(NULL, out_len, tmp, tmp_len, NULL, 0, w)) in kmac_bytepad_encode_key()
656 return bytepad(out, NULL, tmp, tmp_len, NULL, 0, w); in kmac_bytepad_encode_key()

Completed in 5 milliseconds