Searched refs:algorithmIdentifier (Results 1 – 4 of 4) sorted by relevance
| /crypto/x509/ |
| 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,
|
| /crypto/crmf/ |
| A D | crmf_local.h | 266 X509_ALGOR *algorithmIdentifier; member
|
| A D | crmf_asn.c | 128 ASN1_SIMPLE(OSSL_CRMF_POPOSIGNINGKEY, algorithmIdentifier, X509_ALGOR),
|
| A D | crmf_lib.c | 383 ps->algorithmIdentifier, /* sets this X509_ALGOR */ in create_popo_signature() 519 if (ASN1_item_verify_ex(it, sig->algorithmIdentifier, sig->signature, in OSSL_CRMF_MSGS_verify_popo()
|
Completed in 12 milliseconds