Searched refs:PEM_STRING_EVP_PKEY (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_pkey.c78 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, cb, u))
H A Dpem_lib.c184 /* Make PEM_STRING_EVP_PKEY match any private key */
187 !strcmp(name,PEM_STRING_EVP_PKEY)) return 1;
190 !strcmp(name,PEM_STRING_EVP_PKEY)) return 1;
193 !strcmp(name,PEM_STRING_EVP_PKEY)) return 1;
196 !strcmp(name,PEM_STRING_EVP_PKEY)) return 1;
199 !strcmp(name,PEM_STRING_EVP_PKEY)) return 1;
H A Dpem.h121 #define PEM_STRING_EVP_PKEY "ANY PRIVATE KEY" macro
479 (char *(*)())d2i_PrivateKey,PEM_STRING_EVP_PKEY,fp,(char **)x,cb,u)
541 (char *(*)())d2i_PrivateKey,PEM_STRING_EVP_PKEY,bp,(char **)x,cb,u)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem_pkey.c88 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, cb, u))
H A Dpem.h121 # define PEM_STRING_EVP_PKEY "ANY PRIVATE KEY" macro
H A Dpem_lib.c188 /* Make PEM_STRING_EVP_PKEY match any private key */
190 if (!strcmp(name, PEM_STRING_EVP_PKEY)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpem_pkey.c88 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, cb, u))
H A Dpem.h121 # define PEM_STRING_EVP_PKEY "ANY PRIVATE KEY" macro
H A Dpem_lib.c188 /* Make PEM_STRING_EVP_PKEY match any private key */
190 if (!strcmp(name, PEM_STRING_EVP_PKEY)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpem.h121 #define PEM_STRING_EVP_PKEY "ANY PRIVATE KEY" macro
479 (char *(*)())d2i_PrivateKey,PEM_STRING_EVP_PKEY,fp,(char **)x,cb,u)
541 (char *(*)())d2i_PrivateKey,PEM_STRING_EVP_PKEY,bp,(char **)x,cb,u)

Completed in 135 milliseconds