Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_vpm.c282 X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *dest, const X509_VERIFY_PARAM *src) in X509_VERIFY_PARAM_inherit() function
367 ret = X509_VERIFY_PARAM_inherit(to, from); in X509_VERIFY_PARAM_set1()
H A Dx509_vfy.c2444 param_ret = X509_VERIFY_PARAM_inherit(ctx->param, store->param); in X509_STORE_CTX_init()
2449 param_ret = X509_VERIFY_PARAM_inherit(ctx->param, in X509_STORE_CTX_init()
2598 return X509_VERIFY_PARAM_inherit(ctx->param, param); in X509_STORE_CTX_set_default()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509_vfy.h422 int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *to,
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c288 X509_VERIFY_PARAM_inherit(s->param, ctx->param); in SSL_new()
2887 X509_VERIFY_PARAM_inherit(ret->param, s->param); in SSL_dup()