Lines Matching refs:BIOPointer
702 static BIOPointer LoadBIO(Environment* env, Local<Value> v) { in LoadBIO()
741 BIOPointer bio(LoadBIO(env, args[0])); in SetKey()
905 BIOPointer&& in, in SSL_CTX_use_certificate_chain()
964 BIOPointer bio(LoadBIO(env, args[0])); in SetCert()
1052 BIOPointer bio(LoadBIO(env, args[0])); in AddCACert()
1082 BIOPointer bio(LoadBIO(env, args[0])); in AddCRL()
1110 BIOPointer bio(BIO_new_file(file, "r")); in AddCertsFromFile()
1253 BIOPointer bio(LoadBIO(env, args[0])); in SetDHParam()
1374 BIOPointer bio(BIO_new(BIO_s_mem())); in SetSessionIdContext()
1424 BIOPointer in(LoadBIO(env, args[0])); in LoadPKCS12()
2609 const BIOPointer& bp, in TryParsePublicKey()
2636 BIOPointer bp(BIO_new_mem_buf(const_cast<char*>(key_pem), key_pem_len)); in ParsePublicKeyPEM()
2708 const BIOPointer& bio, in WritePublicKeyInner()
2738 BIOPointer bio(BIO_new(BIO_s_mem())); in WritePublicKey()
2809 BIOPointer bio(BIO_new_mem_buf(key, key_len)); in ParsePrivateKey()
2824 BIOPointer bio(BIO_new_mem_buf(key, key_len)); in ParsePrivateKey()
3149 BIOPointer bio(BIO_new(BIO_s_mem())); in WritePrivateKey()
6676 BIOPointer bio(BIO_new(BIO_s_mem())); in ExportPublicKey()