Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
HDbss_null.c72 static int null_new(BIO *h);
83 .create = null_new,
94 null_new(BIO *bi) in null_new() function