Home
last modified time | relevance | path

Searched refs:infoValue (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c67 infoValue.other,
72 ADB_ENTRY(NID_id_it_caProtEncCert, ASN1_OPT(OSSL_CMP_ITAV, infoValue.caProtEncCert, X509)),
75 infoValue.signKeyPairTypes, X509_ALGOR)),
78 infoValue.encKeyPairTypes, X509_ALGOR)),
80 ASN1_OPT(OSSL_CMP_ITAV, infoValue.preferredSymmAlg,
83 ASN1_OPT(OSSL_CMP_ITAV, infoValue.caKeyUpdateInfo,
86 ASN1_OPT(OSSL_CMP_ITAV, infoValue.currentCRL, X509_CRL)),
89 infoValue.unsupportedOIDs, ASN1_OBJECT)),
91 ASN1_OPT(OSSL_CMP_ITAV, infoValue.keyPairParamReq,
94 ASN1_OPT(OSSL_CMP_ITAV, infoValue.keyPairParamRep,
[all …]
H A Dcmp_local.h306 } infoValue; member
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_ATAV_set0.pod50 infoValue of I<value>.
58 OSSL_CMP_ATAV_get0_value() returns a direct pointer to the infoValue
65 a direct pointer to the algId infoValue in the I<atav> of type B<X509_ALGOR>
72 the RSA key length in rsaKeyLen infoValue in the I<atav>,
H A DOSSL_CMP_ITAV_new_caCerts.pod77 the internal pointer to the certificate contained in the infoValue field.
89 to the certificate contained in the newWithNew infoValue sub-field of I<itav>.
91 to the certificate contained in the newWithOld infoValue sub-field of I<itav>.
93 to the certificate contained in the oldWithNew infoValue sub-field of I<itav>.
140 pointer to the list of CRL status data in the infoValue field of I<itav>.
149 the list of CRLs contained in the infoValue field of I<itav>.
H A DOSSL_CMP_ITAV_set0.pod40 infoValue of I<value>. This function uses the pointers I<type> and I<value>
46 OSSL_CMP_ITAV_get0_value() returns a direct pointer to the infoValue in
58 list of certificate profile names contained in the infoValue field of I<itav>.
H A DOSSL_CMP_exec_certreq.pod132 infoType and infoValue pairs (InfoTypeAndValue; short: B<ITAV>)
/freebsd/crypto/openssl/test/
H A Dcmp_hdr_test.c380 if (!TEST_int_eq(ASN1_TYPE_cmp(itav->infoValue.other, pushed_val), 0)) in execute_HDR_generalInfo_push1_items_test()