Searched refs:nonce_type (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/dsa/ |
H A D | dsa_ossl.c | 33 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 D | dsa_sign.c | 155 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 D | dsa_local.h | 73 unsigned int nonce_type, const char *digestname,
|
/openssl/crypto/ec/ |
H A D | ecdsa_ossl.c | 36 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 D | dsa.h | 35 unsigned int nonce_type, const char *digestname,
|
H A D | ec.h | 102 EC_KEY *eckey, unsigned int nonce_type,
|
/openssl/providers/implementations/signature/ |
H A D | ecdsa_sig.c | 138 unsigned int nonce_type; member 343 if (ctx->nonce_type != 0) { in ecdsa_sign_directly() 349 ctx->ec, ctx->nonce_type, in ecdsa_sign_directly() 692 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->nonce_type)) in ecdsa_get_ctx_params() 749 && !OSSL_PARAM_get_uint(p, &ctx->nonce_type)) in ecdsa_common_set_ctx_params()
|
H A D | dsa_sig.c | 97 unsigned int nonce_type; member 357 pdsactx->nonce_type, pdsactx->mdname, in dsa_sign_directly() 689 if (p != NULL && !OSSL_PARAM_set_uint(p, pdsactx->nonce_type)) in dsa_get_ctx_params() 733 && !OSSL_PARAM_get_uint(p, &pdsactx->nonce_type)) in dsa_common_set_ctx_params()
|
/openssl/test/ |
H A D | evp_test.c | 4313 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 45 milliseconds