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 | 309 int (**psign)(int type, const unsigned char *dgst, in EC_KEY_METHOD_get_sign() 322 if (psign != NULL) in EC_KEY_METHOD_get_sign() 323 *psign = meth->sign; in EC_KEY_METHOD_get_sign()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | tls1.h | 252 int *psign, int *phash, int *psignandhash, 256 int *psign, int *phash, int *psignandhash,
|
H A D | ec.h | 1526 int (**psign)(int type, const unsigned char *dgst,
|
H A D | evp.h | 2083 int (**psign) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
|
/freebsd/crypto/openssl/ssl/ |
H A D | t1_lib.c | 2358 int *psign, int *phash, int *psignhash, in SSL_get_sigalgs() argument 2376 if (psign != NULL) in SSL_get_sigalgs() 2377 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs() 2387 int *psign, int *phash, int *psignhash, in SSL_get_shared_sigalgs() argument 2399 if (psign != NULL) in SSL_get_shared_sigalgs() 2400 *psign = shsigalgs->sig; in SSL_get_shared_sigalgs()
|
/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/crypto/evp/ |
H A D | pmeth_lib.c | 1971 int (**psign) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_get_sign() 1978 if (psign) in EVP_PKEY_meth_get_sign() 1979 *psign = pmeth->sign; in EVP_PKEY_meth_get_sign()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 4446 int (*psign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, in custom_pmeth_sign() local 4449 EVP_PKEY_meth_get_sign(orig_pmeth, NULL, &psign); in custom_pmeth_sign() 4450 return psign(ctx, out, outlen, in, inlen); in custom_pmeth_sign()
|