Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dby_dir.c242 if (!sk_BY_DIR_ENTRY_push(ctx->dirs, ent)) { in add_cert_dir()
/openbsd/lib/libcrypto/stack/
H A Dsafestack.h360 #define sk_BY_DIR_ENTRY_push(st, val) SKM_sk_push(BY_DIR_ENTRY, (st), (val)) macro