Searched refs:encode_string (Results 1 – 1 of 1) sorted by relevance
/openssl-master/providers/implementations/macs/ |
A D | kmac_prov.c | 131 static int encode_string(unsigned char *out, size_t out_max_len, size_t *out_len, 438 if (!encode_string(kctx->custom, sizeof(kctx->custom), &kctx->custom_len, in kmac_set_ctx_params() 500 static int encode_string(unsigned char *out, size_t out_max_len, size_t *out_len, in encode_string() function 588 if (!encode_string(tmp, sizeof(tmp), &tmp_len, in, in_len)) in kmac_bytepad_encode_key()
|
Completed in 3 milliseconds