Home
last modified time | relevance | path

Searched refs:pem_str (Results 1 – 7 of 7) sorted by relevance

/external/openssl/crypto/pem/
Dpem_pkey.c73 int pem_check_suffix(const char *pem_str, const char *suffix);
144 char pem_str[80]; in PEM_write_bio_PrivateKey() local
150 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str); in PEM_write_bio_PrivateKey()
152 pem_str,bp,x,enc,kstr,klen,cb,u); in PEM_write_bio_PrivateKey()
198 char pem_str[80]; in PEM_write_bio_Parameters() local
202 BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str); in PEM_write_bio_Parameters()
205 pem_str,bp,x,NULL,NULL,0,0,NULL); in PEM_write_bio_Parameters()
Dpem_lib.c83 int pem_check_suffix(const char *pem_str, const char *suffix);
839 int pem_check_suffix(const char *pem_str, const char *suffix) in pem_check_suffix() argument
841 int pem_len = strlen(pem_str); in pem_check_suffix()
846 p = pem_str + pem_len - suffix_len; in pem_check_suffix()
852 return p - pem_str; in pem_check_suffix()
/external/openssl/crypto/asn1/
Dameth_lib.c231 if (((int)strlen(ameth->pem_str) == len) && in EVP_PKEY_asn1_find_str()
232 !strncasecmp(ameth->pem_str, str, len)) in EVP_PKEY_asn1_find_str()
277 *ppem_str = ameth->pem_str; in EVP_PKEY_asn1_get0_info()
287 const char *pem_str, const char *info) in EVP_PKEY_asn1_new() argument
307 if (pem_str) in EVP_PKEY_asn1_new()
309 ameth->pem_str = BUF_strdup(pem_str); in EVP_PKEY_asn1_new()
310 if (!ameth->pem_str) in EVP_PKEY_asn1_new()
314 ameth->pem_str = NULL; in EVP_PKEY_asn1_new()
385 if (ameth->pem_str) in EVP_PKEY_asn1_free()
386 OPENSSL_free(ameth->pem_str); in EVP_PKEY_asn1_free()
Dasn1_locl.h80 char *pem_str; member
/external/openssl/apps/
Dopenssl.c558 const char *pinfo, *pem_str; in list_pkey() local
561 &pinfo, &pem_str, ameth); in list_pkey()
576 if (pem_str == NULL) in list_pkey()
577 pem_str = "(none)"; in list_pkey()
578 BIO_printf(out, "\tPEM string: %s\n", pem_str); in list_pkey()
/external/openssl/include/openssl/
Devp.h968 const char *pem_str, const char *info);
/external/openssl/crypto/evp/
Devp.h968 const char *pem_str, const char *info);