Searched refs:poutlen (Results 1 – 8 of 8) sorted by relevance
/openssl/apps/ |
H A D | pkeyutl.c | 37 unsigned char *out, size_t *poutlen, 44 unsigned char **out, size_t *poutlen); 761 unsigned char *out, size_t *poutlen, in do_keyop() argument 773 rv = EVP_PKEY_sign(ctx, out, poutlen, in, inlen); in do_keyop() 777 rv = EVP_PKEY_encrypt(ctx, out, poutlen, in, inlen); in do_keyop() 781 rv = EVP_PKEY_decrypt(ctx, out, poutlen, in, inlen); in do_keyop() 785 rv = EVP_PKEY_derive(ctx, out, poutlen); in do_keyop() 805 unsigned char **out, size_t *poutlen) in do_raw_keyop() argument 878 rv = EVP_DigestSignFinal(mctx, NULL, poutlen); in do_raw_keyop() 880 *out = app_malloc(*poutlen, "buffer output"); in do_raw_keyop() [all …]
|
/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 134 *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, 676 int (*compute_key)(unsigned char **pout, size_t *poutlen, 699 int ossl_ecdh_compute_key(unsigned char **pout, size_t *poutlen, 701 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen,
|
H A D | ec_kmeth.c | 295 size_t *poutlen, in EC_KEY_METHOD_get_compute_key() argument
|
/openssl/crypto/cmac/ |
H A D | cmac.c | 248 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen) in CMAC_Final() argument 256 if (poutlen != NULL) in CMAC_Final() 257 *poutlen = (size_t)bl; in CMAC_Final()
|
/openssl/doc/man3/ |
H A D | CMAC_CTX.pod | 28 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen); 80 stored in the variable pointed to by I<poutlen>. To determine the required 82 I<poutlen>. Allocate a buffer of this size and call CMAC_Final() again with
|
/openssl/include/openssl/ |
H A D | cmac.h | 43 unsigned char *out, size_t *poutlen);
|
/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()
|
Completed in 17 milliseconds