Home
last modified time | relevance | path

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

/openssl/crypto/dsa/
H A Ddsa_ossl.c33 unsigned int nonce_type, const char *digestname,
77 unsigned int nonce_type, const char *digestname, in ossl_dsa_do_sign_int() argument
119 nonce_type, digestname, libctx, propq)) in ossl_dsa_do_sign_int()
220 unsigned int nonce_type, const char *digestname, in dsa_sign_setup() argument
271 if (nonce_type == 1) { in dsa_sign_setup()
H A Ddsa_sign.c155 unsigned int nonce_type, const char *digestname, in ossl_dsa_sign_int() argument
170 nonce_type, digestname, libctx, propq); in ossl_dsa_sign_int()
H A Ddsa_local.h73 unsigned int nonce_type, const char *digestname,
/openssl/crypto/ec/
H A Decdsa_ossl.c36 unsigned int nonce_type, const char *digestname,
97 EC_KEY *eckey, unsigned int nonce_type, in ossl_ecdsa_deterministic_sign() argument
116 nonce_type, digestname, libctx, propq)) in ossl_ecdsa_deterministic_sign()
135 unsigned int nonce_type, const char *digestname, in ecdsa_sign_setup() argument
200 if (nonce_type == 1) { in ecdsa_sign_setup()
/openssl/include/crypto/
H A Ddsa.h35 unsigned int nonce_type, const char *digestname,
H A Dec.h102 EC_KEY *eckey, unsigned int nonce_type,
/openssl/providers/implementations/signature/
H A Decdsa_sig.c139 unsigned int nonce_type; member
340 if (ctx->nonce_type != 0) { in ecdsa_sign_directly()
346 ctx->ec, ctx->nonce_type, in ecdsa_sign_directly()
687 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->nonce_type)) in ecdsa_get_ctx_params()
745 && !OSSL_PARAM_get_uint(p, &ctx->nonce_type)) in ecdsa_common_set_ctx_params()
H A Ddsa_sig.c97 unsigned int nonce_type; member
355 pdsactx->nonce_type, pdsactx->mdname, in dsa_sign_directly()
685 if (p != NULL && !OSSL_PARAM_set_uint(p, pdsactx->nonce_type)) in dsa_get_ctx_params()
730 && !OSSL_PARAM_get_uint(p, &pdsactx->nonce_type)) in dsa_common_set_ctx_params()
/openssl/test/
H A Devp_test.c4313 unsigned int nonce_type = 1; in check_deterministic_noncetype() local
4317 &nonce_type); in check_deterministic_noncetype()
4325 else if (nonce_type != 1) in check_deterministic_noncetype()

Completed in 38 milliseconds