Home
last modified time | relevance | path

Searched refs:poutlen (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Dpkeyutl.c34 unsigned char *out, size_t *poutlen,
40 unsigned char **out, size_t *poutlen);
683 unsigned char *out, size_t *poutlen, in do_keyop() argument
689 rv = EVP_PKEY_verify_recover(ctx, out, poutlen, in, inlen); in do_keyop()
693 rv = EVP_PKEY_sign(ctx, out, poutlen, in, inlen); in do_keyop()
697 rv = EVP_PKEY_encrypt(ctx, out, poutlen, in, inlen); in do_keyop()
701 rv = EVP_PKEY_decrypt(ctx, out, poutlen, in, inlen); in do_keyop()
705 rv = EVP_PKEY_derive(ctx, out, poutlen); in do_keyop()
717 unsigned char **out, size_t *poutlen) in do_raw_keyop() argument
748 rv = EVP_DigestSign(mctx, NULL, poutlen, mbuf, buf_len); in do_raw_keyop()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/cmac/
Dcmac.c206 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() argument
214 if (poutlen != NULL) in CMAC_Final()
215 *poutlen = (size_t)bl; in CMAC_Final()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Decdh_ossl.c49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key() argument
133 *poutlen = buflen; in ossl_ecdh_simple_compute_key()
Dec_local.h176 int (*ecdh_compute_key)(unsigned char **pout, size_t *poutlen,
646 int (*compute_key)(unsigned char **pout, size_t *poutlen,
669 int ossl_ecdh_compute_key(unsigned char **pout, size_t *poutlen,
671 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen,
Dec_kmeth.c300 size_t *poutlen, in EC_KEY_METHOD_get_compute_key() argument
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/cms/
Dcms_kari.c210 static int cms_kek_cipher(unsigned char **pout, size_t *poutlen, in cms_kek_cipher() argument
239 *poutlen = (size_t)outlen; in cms_kek_cipher()