Searched refs:ASN1_ITEM (Results 1 – 9 of 9) sorted by relevance
| /include/openssl/ |
| A D | asn1.h.in | 337 * an ASN1_ITEM pointer. 340 * should be used instead of hard coding an ASN1_ITEM 368 * functions returning ASN1_ITEM pointers. 371 /* ASN1_ITEM pointer exported type */ 372 typedef const ASN1_ITEM *ASN1_ITEM_EXP (void); 383 attr const ASN1_ITEM * name##_it(void); 861 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); 872 const ASN1_ITEM *it); 919 const ASN1_ITEM *ASN1_SCTX_get_item(ASN1_SCTX *p); 931 const ASN1_ITEM *it); [all …]
|
| A D | asn1t.h.in | 42 * ASN1_ITEM structure and determine how it is interpreted. 92 /* Macros for start and end of ASN1_ITEM definition */ 95 const ASN1_ITEM * itname##_it(void) \ 97 static const ASN1_ITEM local_it = { 144 * This will produce an ASN1_ITEM called stname_it 288 * This will produce an ASN1_ITEM called chname_it 355 /* This helps with the template wrapper form of ASN1_ITEM */ 463 static const ASN1_ITEM *name##_adb(void) \ 475 return (const ASN1_ITEM *) &internal_adb; \ 653 const ASN1_ITEM *it); [all …]
|
| A D | http.h | 61 const ASN1_ITEM *it, const ASN1_VALUE *req); 64 ASN1_VALUE **pval, const ASN1_ITEM *it);
|
| A D | pkcs12.h.in | 149 PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it, 222 void *PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it, 225 void *PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it, 231 const ASN1_ITEM *it, 235 const ASN1_ITEM *it,
|
| A D | types.h | 87 typedef struct ASN1_ITEM_st ASN1_ITEM; typedef
|
| A D | x509.h.in | 639 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *data, 641 int ASN1_item_verify(const ASN1_ITEM *it, const X509_ALGOR *alg, 644 int ASN1_item_verify_ctx(const ASN1_ITEM *it, const X509_ALGOR *alg, 647 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, 650 int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
|
| A D | evp.h | 1702 const ASN1_ITEM *it, 1708 const ASN1_ITEM *it,
|
| /include/crypto/ |
| A D | asn1.h | 59 int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data, 62 int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data,
|
| A D | x509.h | 324 int ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *type,
|
Completed in 23 milliseconds