Searched refs:psign (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/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,
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_kmeth.c | 302 int (**psign)(int type, const unsigned char *dgst, in EC_KEY_METHOD_get_sign() 315 if (psign != NULL) in EC_KEY_METHOD_get_sign() 316 *psign = meth->sign; in EC_KEY_METHOD_get_sign()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | tls1.h | 281 int *psign, int *phash, int *psignandhash, 287 int *psign, int *phash, int *psignandhash,
|
| H A D | ec.h | 1528 int (**psign)(int type, const unsigned char *dgst,
|
| H A D | evp.h | 2160 int (**psign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
|
| /freebsd/contrib/gdtoa/ |
| H A D | printf.c0 | 690 len, prec, prec1, psign, rv, sign, width; 720 alt=dot=lead0=left=len=prec=psign=sign=width=0; 731 psign = 1; 758 prec = psign ? -k : k;
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 3606 int *psign, int *phash, int *psignhash, in SSL_get_sigalgs() argument 3632 if (psign != NULL) in SSL_get_sigalgs() 3633 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs() 3643 int *psign, int *phash, int *psignhash, in SSL_get_shared_sigalgs() argument 3660 if (psign != NULL) in SSL_get_shared_sigalgs() 3661 *psign = shsigalgs->sig; in SSL_get_shared_sigalgs()
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | pmeth_lib.c | 1893 int (**psign)(EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_get_sign() 1900 if (psign) in EVP_PKEY_meth_get_sign() 1901 *psign = pmeth->sign; in EVP_PKEY_meth_get_sign()
|
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 5475 int (*psign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, in custom_pmeth_sign() local 5478 EVP_PKEY_meth_get_sign(orig_pmeth, NULL, &psign); in custom_pmeth_sign() 5479 return psign(ctx, out, outlen, in, inlen); in custom_pmeth_sign()
|