Searched refs:asn1 (Results 1 – 2 of 2) sorted by relevance
/optee_test/host/openssl/include/openssl/ |
A D | pem.h | 289 # define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument 291 IMPLEMENT_PEM_write_fp(name, type, str, asn1) 305 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument 307 IMPLEMENT_PEM_read_fp(name, type, str, asn1) 309 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument 310 IMPLEMENT_PEM_read(name, type, str, asn1) \ 311 IMPLEMENT_PEM_write(name, type, str, asn1) 314 IMPLEMENT_PEM_read(name, type, str, asn1) \ 317 # define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \ argument 318 IMPLEMENT_PEM_read(name, type, str, asn1) \ [all …]
|
A D | pkcs7.h | 170 unsigned char *asn1; member
|
Completed in 6 milliseconds