Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/signature/
H A Dml_dsa_sig.c46 uint8_t context_string[ML_DSA_MAX_CONTEXT_STRING_LEN]; member
200 ctx->context_string, ctx->context_string_len, in ml_dsa_sign()
228 ctx->context_string, ctx->context_string_len, in ml_dsa_verify()
250 void *vp = pctx->context_string; in ml_dsa_set_ctx_params()
252 if (!OSSL_PARAM_get_octet_string(p, &vp, sizeof(pctx->context_string), in ml_dsa_set_ctx_params()
H A Dslh_dsa_sig.c44 uint8_t context_string[SLH_DSA_MAX_CONTEXT_STRING_LEN]; member
222 ctx->context_string, ctx->context_string_len, in slh_dsa_sign()
250 ctx->context_string, ctx->context_string_len, in slh_dsa_verify()
271 void *vp = pctx->context_string; in slh_dsa_set_ctx_params()
273 if (!OSSL_PARAM_get_octet_string(p, &vp, sizeof(pctx->context_string), in slh_dsa_set_ctx_params()
H A Deddsa_sig.c159 unsigned char context_string[EDDSA_MAX_CONTEXT_STRING_LEN]; member
450 peddsactx->context_string, peddsactx->context_string_len, in ed25519_sign()
552 peddsactx->context_string, peddsactx->context_string_len, in ed448_sign()
615 peddsactx->context_string, peddsactx->context_string_len, in ed25519_verify()
666 peddsactx->context_string, peddsactx->context_string_len, in ed448_verify()
879 void *vp_context_string = peddsactx->context_string; in eddsa_set_ctx_params()
881 …if (!OSSL_PARAM_get_octet_string(p, &vp_context_string, sizeof(peddsactx->context_string), &(pedds… in eddsa_set_ctx_params()