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.c379 if (ps->poposkInput != NULL) { in create_popo_signature()
493 if (sig->poposkInput != NULL) { in OSSL_CRMF_MSGS_verify_popo()
499 if (sig->poposkInput->publicKey == NULL) { in OSSL_CRMF_MSGS_verify_popo()
503 if (X509_PUBKEY_eq(pubkey, sig->poposkInput->publicKey) != 1) { in OSSL_CRMF_MSGS_verify_popo()
514 asn = sig->poposkInput; in OSSL_CRMF_MSGS_verify_popo()
H A Dcrmf_local.h274 OSSL_CRMF_POPOSIGNINGKEYINPUT *poposkInput; member
H A Dcrmf_asn.c130 ASN1_IMP_OPT(OSSL_CRMF_POPOSIGNINGKEY, poposkInput,
/freebsd/crypto/heimdal/lib/hx509/
H A Dcrmf.asn124 poposkInput [0] IMPLICIT POPOSigningKeyInput OPTIONAL,