Searched refs:context_string (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/signature/ |
H A D | eddsa_sig.c | 159 unsigned char context_string[EDDSA_MAX_CONTEXT_STRING_LEN]; member 449 peddsactx->context_string, peddsactx->context_string_len, in ed25519_sign() 551 peddsactx->context_string, peddsactx->context_string_len, in ed448_sign() 614 peddsactx->context_string, peddsactx->context_string_len, in ed25519_verify() 665 peddsactx->context_string, peddsactx->context_string_len, in ed448_verify() 878 void *vp_context_string = peddsactx->context_string; in eddsa_set_ctx_params() 880 …if (!OSSL_PARAM_get_octet_string(p, &vp_context_string, sizeof(peddsactx->context_string), &(pedds… in eddsa_set_ctx_params()
|
Completed in 9 milliseconds