Home
last modified time | relevance | path

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

/freebsd/crypto/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,
/freebsd/crypto/openssl/crypto/ec/
H A Dec_kmeth.c309 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 Dtls1.h252 int *psign, int *phash, int *psignandhash,
256 int *psign, int *phash, int *psignandhash,
H A Dec.h1526 int (**psign)(int type, const unsigned char *dgst,
H A Devp.h2083 int (**psign) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c2358 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 Dprintf.c0690 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 Dpmeth_lib.c1971 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 Devp_extra_test.c4446 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()