Searched refs:poutlen (Results 1 – 7 of 7) sorted by relevance
| /trueos/crypto/openssl/apps/ |
| HD | pkeyutl.c | 83 unsigned char *out, size_t *poutlen, 496 unsigned char *out, size_t *poutlen, in do_keyop() argument 502 rv = EVP_PKEY_verify_recover(ctx, out, poutlen, in, inlen); in do_keyop() 506 rv = EVP_PKEY_sign(ctx, out, poutlen, in, inlen); in do_keyop() 510 rv = EVP_PKEY_encrypt(ctx, out, poutlen, in, inlen); in do_keyop() 514 rv = EVP_PKEY_decrypt(ctx, out, poutlen, in, inlen); in do_keyop() 518 rv = EVP_PKEY_derive(ctx, out, poutlen); in do_keyop()
|
| /trueos/sys/dev/hptmv/ |
| HD | access601.h | 46 UCHAR *outdata, ULONG maxoutlen, ULONG *poutlen); 57 #define sx508x_ioctl(pSataAdapter, indata, inlen, outdata, maxoutlen, poutlen) 0 argument
|
| /trueos/crypto/openssl/crypto/cmac/ |
| HD | cmac.c | 254 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() argument 259 return FIPS_cmac_final(ctx, out, poutlen); in CMAC_Final() 264 *poutlen = (size_t)bl; in CMAC_Final()
|
| HD | cmac.h | 76 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen);
|
| /trueos/sys/dev/hptrr/ |
| HD | hptintf.h | 1860 …_i2c_transaction(HPT_U8 *indata, HPT_U32 inlen, HPT_U8 *outdata, HPT_U32 outlen, HPT_U32 *poutlen);
|
| /trueos/sys/dev/hpt27xx/ |
| HD | hptintf.h | 2040 …_i2c_transaction(HPT_U8 *indata, HPT_U32 inlen, HPT_U8 *outdata, HPT_U32 outlen, HPT_U32 *poutlen);
|
| /trueos/sys/dev/hptnr/ |
| HD | hptintf.h | 2139 …_i2c_transaction(HPT_U8 *indata, HPT_U32 inlen, HPT_U8 *outdata, HPT_U32 outlen, HPT_U32 *poutlen);
|