Home
last modified time | relevance | path

Searched refs:asn1 (Results 1 – 2 of 2) sorted by relevance

/optee_test/host/openssl/include/openssl/
A Dpem.h289 # 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 Dpkcs7.h170 unsigned char *asn1; member

Completed in 6 milliseconds