/freebsd/crypto/openssl/apps/ |
H A D | pkeyutl.c | 34 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 …]
|
/freebsd/sys/dev/hptmv/ |
H A D | access601.h | 46 UCHAR *outdata, ULONG maxoutlen, ULONG *poutlen); 57 #define sx508x_ioctl(pSataAdapter, indata, inlen, outdata, maxoutlen, poutlen) 0 argument
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 49 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 D | ec_local.h | 176 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 D | ec_kmeth.c | 300 size_t *poutlen, in EC_KEY_METHOD_get_compute_key() argument
|
/freebsd/crypto/openssl/crypto/cmac/ |
H A D | cmac.c | 206 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()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | cmac.h | 43 unsigned char *out, size_t *poutlen);
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_kari.c | 210 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()
|
/freebsd/sys/dev/hptrr/ |
H A D | hptintf.h | 1860 …_i2c_transaction(HPT_U8 *indata, HPT_U32 inlen, HPT_U8 *outdata, HPT_U32 outlen, HPT_U32 *poutlen);
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hptintf.h | 2143 …_i2c_transaction(HPT_U8 *indata, HPT_U32 inlen, HPT_U8 *outdata, HPT_U32 outlen, HPT_U32 *poutlen);
|
/freebsd/sys/dev/hptnr/ |
H A D | hptintf.h | 2139 …_i2c_transaction(HPT_U8 *indata, HPT_U32 inlen, HPT_U8 *outdata, HPT_U32 outlen, HPT_U32 *poutlen);
|