Home
last modified time | relevance | path

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

/openssl/providers/implementations/signature/
H A Deddsa_sig.c160 unsigned char context_string[EDDSA_MAX_CONTEXT_STRING_LEN]; member
447 peddsactx->context_string, peddsactx->context_string_len, in ed25519_sign()
549 peddsactx->context_string, peddsactx->context_string_len, in ed448_sign()
612 peddsactx->context_string, peddsactx->context_string_len, in ed25519_verify()
663 peddsactx->context_string, peddsactx->context_string_len, in ed448_verify()
874 void *vp_context_string = peddsactx->context_string; in eddsa_set_ctx_params()
876 …if (!OSSL_PARAM_get_octet_string(p, &vp_context_string, sizeof(peddsactx->context_string), &(pedds… in eddsa_set_ctx_params()

Completed in 15 milliseconds