Searched refs:algorithmIdentifier (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_attrdesc.c | 16 ASN1_SIMPLE(OSSL_HASH, algorithmIdentifier, X509_ALGOR), 55 if (i2a_ASN1_OBJECT(out, hash->algorithmIdentifier->algorithm) <= 0) 59 if (hash->algorithmIdentifier->parameter) { 62 if (ossl_print_attribute_value(out, 0, hash->algorithmIdentifier->parameter,
|
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_lib.c | 207 krb5_free_data_contents(context, &(*in)->algorithmIdentifier.algorithm); in free_pachecksum2() 208 krb5_free_data_contents(context, &(*in)->algorithmIdentifier.parameters); in free_pachecksum2()
|
H A D | pkinit_crypto_openssl.c | 5775 &cksum2->algorithmIdentifier.algorithm)) in crypto_generate_checksums() 5778 cksum2->algorithmIdentifier.parameters = empty_data(); in crypto_generate_checksums() 5805 md = md_from_cms_oid(&cksum2->algorithmIdentifier.algorithm); in crypto_verify_checksums()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | crmf.asn1 | 25 algorithmIdentifier AlgorithmIdentifier,
|
H A D | ChangeLog | 478 field. XXX should probably use another algorithmIdentifier for
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_local.h | 275 X509_ALGOR *algorithmIdentifier; member
|
H A D | crmf_asn.c | 132 ASN1_SIMPLE(OSSL_CRMF_POPOSIGNINGKEY, algorithmIdentifier, X509_ALGOR),
|
H A D | crmf_lib.c | 391 ps->algorithmIdentifier, /* sets this X509_ALGOR */ in create_popo_signature() 527 if (ASN1_item_verify_ex(it, sig->algorithmIdentifier, sig->signature, in OSSL_CRMF_MSGS_verify_popo()
|
/freebsd/crypto/krb5/src/include/ |
H A D | k5-int-pkinit.h | 48 krb5_algorithm_identifier algorithmIdentifier; member
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RSA_private_encrypt.pod | 42 B<algorithmIdentifier> specified in PKCS #1. When generating or
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 1060 X509_ALGOR *algorithmIdentifier; member
|
H A D | x509v3.h | 1541 X509_ALGOR *algorithmIdentifier; member
|
/freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
H A D | asn1_k_encode.c | 1398 DEFFIELD(pachecksum2_1, krb5_pachecksum2, algorithmIdentifier, 1,
|