Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c378 if (ps->poposkInput != NULL) { in create_popo_signature()
495 if (sig->poposkInput != NULL) { in OSSL_CRMF_MSGS_verify_popo()
501 if (sig->poposkInput->publicKey == NULL) { in OSSL_CRMF_MSGS_verify_popo()
505 if (X509_PUBKEY_eq(pubkey, sig->poposkInput->publicKey) != 1) { in OSSL_CRMF_MSGS_verify_popo()
510 asn = sig->poposkInput; in OSSL_CRMF_MSGS_verify_popo()
H A Dcrmf_local.h253 OSSL_CRMF_POPOSIGNINGKEYINPUT *poposkInput; member
H A Dcrmf_asn.c123 ASN1_IMP_OPT(OSSL_CRMF_POPOSIGNINGKEY, poposkInput,
/freebsd/crypto/heimdal/lib/hx509/
H A Dcrmf.asn124 poposkInput [0] IMPLICIT POPOSigningKeyInput OPTIONAL,