Searched refs:odi (Results 1 – 1 of 1) sorted by relevance
26 OSSL_OBJECT_DIGEST_INFO *odi,102 OSSL_OBJECT_DIGEST_INFO *odi, in i2r_OBJECT_DIGEST_INFO() argument110 if (odi == NULL) { in i2r_OBJECT_DIGEST_INFO()114 digalg = &odi->digestAlgorithm; in i2r_OBJECT_DIGEST_INFO()115 sig = &odi->objectDigest; in i2r_OBJECT_DIGEST_INFO()116 if (!ASN1_ENUMERATED_get_int64(&dot, &odi->digestedObjectType)) { in i2r_OBJECT_DIGEST_INFO()130 if (odi->otherObjectTypeID != NULL) { in i2r_OBJECT_DIGEST_INFO()132 i2a_ASN1_OBJECT(out, odi->otherObjectTypeID); in i2r_OBJECT_DIGEST_INFO()137 if (i2a_ASN1_OBJECT(out, odi->digestAlgorithm.algorithm) <= 0) in i2r_OBJECT_DIGEST_INFO()142 sig_nid = OBJ_obj2nid(odi->digestAlgorithm.algorithm); in i2r_OBJECT_DIGEST_INFO()
Completed in 4 milliseconds