Searched refs:psign (Results 1 – 9 of 9) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_get_shared_sigalgs.pod | 12 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 D | EVP_PKEY_meth_new.pod | 162 int (**psign) (EVP_PKEY_CTX *ctx,
|
/openssl/crypto/ec/ |
H A D | ec_kmeth.c | 304 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 D | tls1.h | 282 int *psign, int *phash, int *psignandhash, 288 int *psign, int *phash, int *psignandhash,
|
H A D | ec.h | 1545 int (**psign)(int type, const unsigned char *dgst,
|
H A D | evp.h | 2143 int (**psign) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
|
/openssl/ssl/ |
H A D | t1_lib.c | 2927 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 D | pmeth_lib.c | 1889 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 D | evp_extra_test.c | 4904 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