Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A Devp_pbe.c242 if (sk_EVP_PBE_CTL_push(pbe_algs, pbe_tmp) == 0) { in EVP_PBE_alg_add_type()
/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h829 #define sk_EVP_PBE_CTL_push(st, val) SKM_sk_push(EVP_PBE_CTL, (st), (val)) macro