Searched defs:pbuf (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/asn1/ |
H A D | bio_ndef.c | 129 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix() 158 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_prefix_free() 179 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_suffix_free() 190 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_suffix()
|
/openssl/crypto/ec/ |
H A D | ec_oct.c | 139 unsigned char **pbuf, BN_CTX *ctx) in EC_POINT_point2buf()
|
H A D | ec_key.c | 963 unsigned char **pbuf, BN_CTX *ctx) in EC_KEY_key2buf() 1063 size_t EC_KEY_priv2buf(const EC_KEY *eckey, unsigned char **pbuf) in EC_KEY_priv2buf()
|
/openssl/providers/implementations/encode_decode/ |
H A D | decode_epki2pki.c | 115 char pbuf[1024]; in epki2pki_decode() local
|
/openssl/crypto/ |
H A D | der_writer.c | 84 unsigned char *pbuf = tmp + (sizeof(tmp) - 1); in ossl_DER_w_octet_string_uint32() local
|
/openssl/test/ |
H A D | ecdsatest.c | 77 unsigned char *pbuf = NULL, *qbuf = NULL, *message = NULL; in x9_62_tests() local
|
/openssl/crypto/dh/ |
H A D | dh_key.c | 420 unsigned char *pbuf = NULL; in ossl_dh_key2buf() local
|
/openssl/crypto/store/ |
H A D | store_result.c | 337 char pbuf[PEM_BUFSIZE]; in try_key_value_legacy() local
|
/openssl/apps/ |
H A D | ca.c | 2491 char buf[25], *pbuf; in old_entry_print() local
|
Completed in 49 milliseconds