HomeSort by relevance Sort by last modified time
    Searched defs:BIO_write (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/bio/
bio_lib.c 222 int BIO_write(BIO *b, const void *in, int inl)
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 543 public static native void BIO_write(long bioRef, byte[] buffer, int offset, int length)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]

Completed in 261 milliseconds