/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | asn1.h | 183 unsigned char **pp; /* variable */ member 198 const unsigned char **pp; /* variable */ member 615 # define M_i2d_ASN1_OCTET_STRING(a,pp) \ argument 616 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_OCTET_STRING,\ 650 # define M_i2d_ASN1_PRINTABLE(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\ argument 651 pp,a->type,V_ASN1_UNIVERSAL) 652 # define M_d2i_ASN1_PRINTABLE(a,pp,l) \ argument 653 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \ 658 # define M_i2d_DIRECTORYSTRING(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\ argument 659 pp,a->type,V_ASN1_UNIVERSAL) [all …]
|
D | safestack.h | 190 # define SKM_ASN1_SET_OF_d2i(type, st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ argument 193 pp, length, \ 197 # define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 198 i2d_ASN1_SET((STACK_OF(OPENSSL_BLOCK) *)CHECKED_STACK_OF(type, st), pp, \ 2244 # define d2i_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ argument 2245 …SKM_ASN1_SET_OF_d2i(ACCESS_DESCRIPTION, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (… 2246 # define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2247 … SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2252 # define d2i_ASN1_SET_OF_ASN1_INTEGER(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ argument 2253 …SKM_ASN1_SET_OF_d2i(ASN1_INTEGER, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_cla… [all …]
|
D | bio.h | 571 # define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp) argument 573 # define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0,(char *)pp) argument
|
D | evp.h | 984 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp, 986 int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp); 988 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, 990 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, 992 int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp);
|