Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DSSL_get_shared_sigalgs.pod12 int *psign, int *phash, int *psignhash,
16 int *psign, int *phash, int *psignhash,
24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the
47 Any or all of the parameters B<psign>, B<phash>, B<psignhash>, B<rsig> or
H A DEVP_PKEY_meth_new.pod162 int (**psign) (EVP_PKEY_CTX *ctx,
/openssl/crypto/ec/
H A Dec_kmeth.c304 int (**psign)(int type, const unsigned char *dgst, in EC_KEY_METHOD_get_sign()
317 if (psign != NULL) in EC_KEY_METHOD_get_sign()
318 *psign = meth->sign; in EC_KEY_METHOD_get_sign()
/openssl/include/openssl/
H A Dtls1.h282 int *psign, int *phash, int *psignandhash,
288 int *psign, int *phash, int *psignandhash,
H A Dec.h1545 int (**psign)(int type, const unsigned char *dgst,
H A Devp.h2143 int (**psign) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
/openssl/ssl/
H A Dt1_lib.c2927 int *psign, int *phash, int *psignhash, in SSL_get_sigalgs() argument
2953 if (psign != NULL) in SSL_get_sigalgs()
2954 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
2964 int *psign, int *phash, int *psignhash, in SSL_get_shared_sigalgs() argument
2981 if (psign != NULL) in SSL_get_shared_sigalgs()
2982 *psign = shsigalgs->sig; in SSL_get_shared_sigalgs()
/openssl/crypto/evp/
H A Dpmeth_lib.c1889 int (**psign) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_get_sign()
1896 if (psign) in EVP_PKEY_meth_get_sign()
1897 *psign = pmeth->sign; in EVP_PKEY_meth_get_sign()
/openssl/test/
H A Devp_extra_test.c4904 int (*psign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, in custom_pmeth_sign() local
4907 EVP_PKEY_meth_get_sign(orig_pmeth, NULL, &psign); in custom_pmeth_sign()
4908 return psign(ctx, out, outlen, in, inlen); in custom_pmeth_sign()

Completed in 62 milliseconds