Searched defs:pbuf (Results 1 – 10 of 10) sorted by relevance
/openssl-master/crypto/asn1/ |
A D | bio_ndef.c | 105 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix() 136 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_prefix_free() 157 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_suffix_free() 168 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_suffix()
|
/openssl-master/crypto/ec/ |
A D | ec_print.c | 23 unsigned char *buf = NULL, *pbuf; in EC_POINT_point2hex() local
|
A D | ec_oct.c | 135 unsigned char **pbuf, BN_CTX *ctx) in EC_POINT_point2buf()
|
A D | ec_key.c | 858 unsigned char **pbuf, BN_CTX *ctx) in EC_KEY_key2buf() 959 size_t EC_KEY_priv2buf(const EC_KEY *eckey, unsigned char **pbuf) in EC_KEY_priv2buf()
|
/openssl-master/providers/implementations/encode_decode/ |
A D | decode_epki2pki.c | 86 char pbuf[1024]; in epki2pki_decode() local
|
/openssl-master/test/ |
A D | ecdsatest.c | 77 unsigned char *pbuf = NULL, *qbuf = NULL, *message = NULL; in x9_62_tests() local
|
/openssl-master/crypto/ |
A D | der_writer.c | 84 unsigned char *pbuf = tmp + (sizeof(tmp) - 1); in ossl_DER_w_octet_string_uint32() local
|
/openssl-master/crypto/dh/ |
A D | dh_key.c | 408 unsigned char *pbuf = NULL; in ossl_dh_key2buf() local
|
/openssl-master/crypto/store/ |
A D | store_result.c | 319 char pbuf[PEM_BUFSIZE]; in try_key_value_legacy() local
|
/openssl-master/apps/ |
A D | ca.c | 2512 char buf[25], *pbuf; in old_entry_print() local
|
Completed in 17 milliseconds