Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dpkeyutl.c34 unsigned char *out, size_t *poutlen,
40 unsigned char **out, size_t *poutlen);
682 unsigned char *out, size_t *poutlen, in do_keyop() argument
688 rv = EVP_PKEY_verify_recover(ctx, out, poutlen, in, inlen); in do_keyop()
692 rv = EVP_PKEY_sign(ctx, out, poutlen, in, inlen); in do_keyop()
696 rv = EVP_PKEY_encrypt(ctx, out, poutlen, in, inlen); in do_keyop()
700 rv = EVP_PKEY_decrypt(ctx, out, poutlen, in, inlen); in do_keyop()
704 rv = EVP_PKEY_derive(ctx, out, poutlen); in do_keyop()
716 unsigned char **out, size_t *poutlen) in do_raw_keyop() argument
747 rv = EVP_DigestSign(mctx, NULL, poutlen, mbuf, buf_len); in do_raw_keyop()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dpkeyutl.c31 unsigned char *out, size_t *poutlen,
497 unsigned char *out, size_t *poutlen, in do_keyop() argument
503 rv = EVP_PKEY_verify_recover(ctx, out, poutlen, in, inlen); in do_keyop()
507 rv = EVP_PKEY_sign(ctx, out, poutlen, in, inlen); in do_keyop()
511 rv = EVP_PKEY_encrypt(ctx, out, poutlen, in, inlen); in do_keyop()
515 rv = EVP_PKEY_decrypt(ctx, out, poutlen, in, inlen); in do_keyop()
519 rv = EVP_PKEY_derive(ctx, out, poutlen); in do_keyop()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmac/
H A 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.old/dist/crypto/ec/
H A Decdh_ossl.c38 int ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ecdh_simple_compute_key() argument
109 *poutlen = buflen; in ecdh_simple_compute_key()
H A Dec_local.h180 int (*ecdh_compute_key)(unsigned char **pout, size_t *poutlen,
614 int (*compute_key)(unsigned char **pout, size_t *poutlen,
634 int ossl_ecdh_compute_key(unsigned char **pout, size_t *poutlen,
636 int ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen,
H A Dec_kmeth.c273 size_t *poutlen, in EC_KEY_METHOD_get_compute_key() argument
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A 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()
H A 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,
H A Dec_kmeth.c300 size_t *poutlen, in EC_KEY_METHOD_get_compute_key() argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cmac/
H A Dcmac.c193 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() argument
199 *poutlen = (size_t)bl; in CMAC_Final()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dcmac.h33 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcmac.h43 unsigned char *out, size_t *poutlen);
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_kari.c186 static int cms_kek_cipher(unsigned char **pout, size_t *poutlen, in cms_kek_cipher() argument
214 *poutlen = (size_t)outlen; in cms_kek_cipher()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H A 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()