Searched refs:PEM_STRING_RSA (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/pem/ |
D | pem_info.c | 186 } 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()
|
D | pem_pkey.c | 127 } else if (strcmp(nm, PEM_STRING_RSA) == 0) { in PEM_read_bio_PrivateKey()
|
D | pem_all.c | 171 IMPLEMENT_PEM_write_cb_const(RSAPrivateKey, RSA, PEM_STRING_RSA, in IMPLEMENT_PEM_write_cb_const() argument
|
D | pem_lib.c | 146 !strcmp(nm, PEM_STRING_RSA) || in check_pem()
|
/external/boringssl/src/include/openssl/ |
D | pem.h | 89 #define PEM_STRING_RSA "RSA PRIVATE KEY" macro
|