Searched refs:encode_string (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
| 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()
|
| /third_party/openssl/providers/implementations/macs/ |
| 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()
|