HomeSort by: relevance | last modified time | path
    Searched refs:nonce_type (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/dsa/
dsa_local.h 73 unsigned int nonce_type, const char *digestname,
dsa_ossl.c 33 unsigned int nonce_type, const char *digestname,
77 unsigned int nonce_type, const char *digestname,
119 nonce_type, digestname, libctx, propq))
220 unsigned int nonce_type, const char *digestname,
271 if (nonce_type == 1) {
dsa_sign.c 155 unsigned int nonce_type, const char *digestname,
170 nonce_type, digestname, libctx, propq);
  /src/crypto/external/apache2/openssl/dist/include/crypto/
dsa.h 35 unsigned int nonce_type, const char *digestname,
ec.h 102 EC_KEY *eckey, unsigned int nonce_type,
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecdsa_ossl.c 36 unsigned int nonce_type, const char *digestname,
97 EC_KEY *eckey, unsigned int nonce_type,
116 nonce_type, digestname, libctx, propq))
135 unsigned int nonce_type, const char *digestname,
200 if (nonce_type == 1) {
  /src/crypto/external/apache2/openssl/dist/providers/implementations/signature/
ecdsa_sig.c 138 unsigned int nonce_type; member in struct:__anon582
351 if (ctx->nonce_type != 0) {
357 ctx->ec, ctx->nonce_type,
695 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->nonce_type))
752 && !OSSL_PARAM_get_uint(p, &ctx->nonce_type))
dsa_sig.c 97 unsigned int nonce_type; member in struct:__anon581
361 pdsactx->nonce_type, pdsactx->mdname,
692 if (p != NULL && !OSSL_PARAM_set_uint(p, pdsactx->nonce_type))
736 && !OSSL_PARAM_get_uint(p, &pdsactx->nonce_type))
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 4604 unsigned int nonce_type = 1; local
4607 &nonce_type);
4615 else if (nonce_type != 1)

Completed in 35 milliseconds