HomeSort by relevance Sort by last modified time
    Searched full:bio_s_file (Results 1 - 25 of 31) sorted by null

1 2

  /external/boringssl/src/ssl/
ssl_file.c 140 in = BIO_new(BIO_s_file());
205 in = BIO_new(BIO_s_file());
256 in = BIO_new(BIO_s_file());
298 in = BIO_new(BIO_s_file());
339 in = BIO_new(BIO_s_file());
380 in = BIO_new(BIO_s_file());
421 in = BIO_new(BIO_s_file());
461 in = BIO_new(BIO_s_file());
506 in = BIO_new(BIO_s_file());
  /external/boringssl/src/crypto/asn1/
a_i2d_fp.c 67 if ((b = BIO_new(BIO_s_file())) == NULL) {
113 if ((b = BIO_new(BIO_s_file())) == NULL) {
a_d2i_fp.c 75 if ((b = BIO_new(BIO_s_file())) == NULL) {
132 if ((b = BIO_new(BIO_s_file())) == NULL) {
  /external/boringssl/src/crypto/bio/
file.c 107 ret = BIO_new(BIO_s_file());
118 BIO *ret = BIO_new(BIO_s_file());
284 const BIO_METHOD *BIO_s_file(void) { return &methods_filep; }
  /external/boringssl/src/crypto/pem/
pem_pkey.c 161 if ((b = BIO_new(BIO_s_file())) == NULL) {
218 if ((b = BIO_new(BIO_s_file())) == NULL) {
pem_lib.c 127 if ((b = BIO_new(BIO_s_file())) == NULL) {
243 if ((b = BIO_new(BIO_s_file())) == NULL) {
513 if ((b = BIO_new(BIO_s_file())) == NULL) {
589 if ((b = BIO_new(BIO_s_file())) == NULL) {
pem_info.c 81 if ((b = BIO_new(BIO_s_file())) == NULL) {
  /external/boringssl/src/crypto/x509/
by_file.c 131 in = BIO_new(BIO_s_file());
190 in = BIO_new(BIO_s_file());
t_crl.c 70 if ((b = BIO_new(BIO_s_file())) == NULL) {
t_req.c 68 BIO *bio = BIO_new(BIO_s_file());
t_x509.c 78 if ((b = BIO_new(BIO_s_file())) == NULL) {
  /external/curl/docs/examples/
curlx.c 384 if((in=BIO_new(BIO_s_file())) == NULL) {
398 if((out=BIO_new(BIO_s_file())) == NULL) {
  /device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
EDKII_openssl-1.0.2e.patch 9 BIO_METHOD *BIO_s_file(void);
13 # define BIO_s_file_internal BIO_s_file
25 +BIO_METHOD *BIO_s_file(void)
  /external/boringssl/src/include/openssl/
bio.h 454 /* BIO_s_file returns a BIO_METHOD that wraps a |FILE|. */
455 OPENSSL_EXPORT const BIO_METHOD *BIO_s_file(void);
636 #define BIO_CTRL_SET_FILENAME 30 /* BIO_s_file special */
    [all...]
  /external/boringssl/src/tool/
client.cc 122 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file()));
  /external/boringssl/src/crypto/bn/
convert.c 549 b = BIO_new(BIO_s_file());
  /external/wpa_supplicant_8/hs20/client/
est.c 91 out = BIO_new(BIO_s_file());
  /external/boringssl/src/ssl/test/
bssl_shim.cc 147 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file()));
187 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file()));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 968 if ((cert=BIO_new(BIO_s_file())) == NULL) {
    [all...]
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
libcrypto.so.lsdump.gz 
libssl.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm64/source-based/
libcrypto.so.lsdump.gz 
libssl.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/mips/source-based/
libcrypto.so.lsdump.gz 
libssl.so.lsdump.gz 

Completed in 871 milliseconds

1 2