Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pem/
Dpem_info.c186 } else if (strcmp(name, PEM_STRING_RSA) == 0) { in STACK_OF()
333 i = PEM_write_bio(bp, PEM_STRING_RSA, buf, data, i); in PEM_X509_INFO_write_bio()
Dpem_pkey.c127 } else if (strcmp(nm, PEM_STRING_RSA) == 0) { in PEM_read_bio_PrivateKey()
Dpem_all.c171 IMPLEMENT_PEM_write_cb_const(RSAPrivateKey, RSA, PEM_STRING_RSA, in IMPLEMENT_PEM_write_cb_const() argument
Dpem_lib.c146 !strcmp(nm, PEM_STRING_RSA) || in check_pem()
/external/boringssl/src/include/openssl/
Dpem.h89 #define PEM_STRING_RSA "RSA PRIVATE KEY" macro