Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/bio/
H A Dbss_null.c72 static int null_new(BIO *h);
83 .create = null_new,
94 null_new(BIO *bi) in null_new() function