Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_rsa.c189 int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type) { in SSL_use_RSAPrivateKey_file() function
196 OPENSSL_PUT_ERROR(SSL, SSL_use_RSAPrivateKey_file, ERR_R_BUF_LIB); in SSL_use_RSAPrivateKey_file()
201 OPENSSL_PUT_ERROR(SSL, SSL_use_RSAPrivateKey_file, ERR_R_SYS_LIB); in SSL_use_RSAPrivateKey_file()
214 OPENSSL_PUT_ERROR(SSL, SSL_use_RSAPrivateKey_file, SSL_R_BAD_SSL_FILETYPE); in SSL_use_RSAPrivateKey_file()
219 OPENSSL_PUT_ERROR(SSL, SSL_use_RSAPrivateKey_file, reason_code); in SSL_use_RSAPrivateKey_file()
/external/boringssl/src/crypto/err/
Dssl.errordata54 SSL,function,143,SSL_use_RSAPrivateKey_file
/external/boringssl/src/include/openssl/
Dssl.h1898 OPENSSL_EXPORT int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file,