Home
last modified time | relevance | path

Searched refs:PEM_STRING_RSA (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/pem/
Dpem_info.c169 if (strcmp(name,PEM_STRING_RSA) == 0) in STACK_OF()
374 i=PEM_write_bio(bp,PEM_STRING_RSA,buf,data,i); in PEM_X509_INFO_write_bio()
Dpem_all.c176 IMPLEMENT_PEM_write_cb_const(RSAPrivateKey, RSA, PEM_STRING_RSA, RSAPrivateKey) in IMPLEMENT_PEM_write_cb_const() argument
/external/boringssl/src/include/openssl/
Dpem.h119 #define PEM_STRING_RSA "RSA PRIVATE KEY" macro