Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_msg.c679 static OSSL_CMP_MSG *gen_new(OSSL_CMP_CTX *ctx, in gen_new() function
707 return gen_new(ctx, ctx->genm_ITAVs, in ossl_cmp_genm_new()
714 return gen_new(ctx, itavs, in ossl_cmp_genp_new()
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5.h477 krb5_error_code (KRB5_CALLCONV * gen_new)(krb5_context, krb5_ccache *);
H A Dcache.c313 ret = (*id)->ops->gen_new(context, id); in krb5_cc_new_unique()