Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 176) sorted by relevance

12345678

/openssl/crypto/cms/
H A Dcms_smime.c19 static BIO *cms_get_text_bio(BIO *out, unsigned int flags) in cms_get_text_bio()
33 static int cms_copy_content(BIO *out, BIO *in, unsigned int flags) in cms_copy_content()
104 int CMS_data(CMS_ContentInfo *cms, BIO *out, unsigned int flags) in CMS_data()
136 CMS_ContentInfo *CMS_data_create(BIO *in, unsigned int flags) in CMS_data_create()
142 unsigned int flags) in CMS_digest_verify()
193 unsigned int flags) in CMS_digest_create()
550 BIO *data, unsigned int flags) in CMS_sign()
842 BIO *dcont, BIO *out, unsigned int flags) in CMS_decrypt()
908 BIO *dcont, unsigned int flags) in CMS_final_digest()
934 unsigned int flags) in CMS_uncompress()
[all …]
H A Dcms_io.c67 int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags) in i2d_CMS_bio_stream()
74 int flags) in PEM_write_bio_CMS_stream()
80 int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags) in SMIME_write_CMS()
99 CMS_ContentInfo *SMIME_read_CMS_ex(BIO *bio, int flags, BIO **bcont, in SMIME_read_CMS_ex()
/openssl/crypto/pkcs7/
H A Dpk7_smime.c24 BIO *data, int flags, OSSL_LIB_CTX *libctx, in PKCS7_sign_ex()
68 BIO *data, int flags) in PKCS7_sign()
74 int PKCS7_final(PKCS7 *p7, BIO *data, int flags) in PKCS7_final()
119 int flags) in PKCS7_sign_add_signer()
214 BIO *indata, BIO *out, int flags) in PKCS7_verify()
424 const EVP_CIPHER *cipher, int flags, in PKCS7_encrypt_ex()
467 int flags) in PKCS7_encrypt()
473 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags) in PKCS7_decrypt()
H A Dpk7_mime.c18 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags) in i2d_PKCS7_bio_stream()
24 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags) in PEM_write_bio_PKCS7_stream()
30 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags) in SMIME_write_PKCS7()
/openssl/crypto/x509/
H A Dx509_trust.c66 int X509_check_trust(X509 *x, int id, int flags) in X509_check_trust()
124 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), in X509_TRUST_add() argument
218 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags) in trust_1oidany()
230 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags) in trust_1oid()
241 static int trust_compat(X509_TRUST *trust, X509 *x, int flags) in trust_compat()
252 static int obj_trust(int id, X509 *x, int flags) in obj_trust()
H A Dx509_cmp.c184 int ossl_x509_add_cert_new(STACK_OF(X509) **p_sk, X509 *cert, int flags) in ossl_x509_add_cert_new()
193 int X509_add_cert(STACK_OF(X509) *sk, X509 *cert, int flags) in X509_add_cert()
227 int X509_add_certs(STACK_OF(X509) *sk, STACK_OF(X509) *certs, int flags) in X509_add_certs()
238 int flags) in ossl_x509_add_certs_new()
471 unsigned long flags) in X509_chain_check_suiteb()
545 int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags) in X509_CRL_check_suiteb()
556 unsigned long flags) in X509_chain_check_suiteb()
561 int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags) in X509_CRL_check_suiteb()
H A Dpcy_local.h24 unsigned int flags; member
110 unsigned int flags; member
125 unsigned int flags; member
H A Dv3_utl.c582 unsigned int flags) in skip_prefix()
614 unsigned int flags) in equal_nocase()
644 unsigned int flags) in equal_case()
689 unsigned int flags) in wildcard_match()
743 unsigned int flags) in valid_star()
808 unsigned int flags) in equal_wildcard()
833 unsigned int flags, const char *b, size_t blen, in do_check_string()
980 unsigned int flags, char **peername) in X509_check_host()
999 unsigned int flags) in X509_check_email()
1018 unsigned int flags) in X509_check_ip()
[all …]
/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h26 #define PROV_FUNC_DIGEST_GET_PARAM(name, blksize, dgstsize, flags) \ argument
51 name, CTX, blksize, dgstsize, flags, upd, fin) \ argument
88 name, CTX, blksize, dgstsize, flags, init, upd, fin) \ argument
101 name, CTX, blksize, dgstsize, flags, init, upd, fin, \ argument
H A Dciphercommon_aead.h18 # define IMPLEMENT_aead_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \ argument
/openssl/crypto/engine/
H A Deng_fat.c17 int ENGINE_set_default(ENGINE *e, unsigned int flags) in ENGINE_set_default()
84 unsigned int flags = 0; in ENGINE_set_default_string() local
/openssl/crypto/ocsp/
H A Docsp_vfy.c31 X509_STORE *st, unsigned long flags, in ocsp_verify_signer()
77 X509 *signer, unsigned long flags) in ocsp_verify()
99 X509_STORE *st, unsigned long flags) in OCSP_basic_verify()
169 STACK_OF(X509) *certs, unsigned long flags) in ocsp_find_signer()
386 X509_STORE *store, unsigned long flags) in OCSP_request_verify()
423 unsigned long flags) in ocsp_req_find_signer()
/openssl/crypto/err/
H A Derr.c357 const char **data, int *flags) in ERR_get_error_all()
369 const char **data, int *flags) in ERR_get_error_line_data()
390 unsigned long ERR_peek_error_data(const char **data, int *flags) in ERR_peek_error_data()
397 const char **data, int *flags) in ERR_peek_error_all()
404 const char **data, int *flags) in ERR_peek_error_line_data()
425 unsigned long ERR_peek_last_error_data(const char **data, int *flags) in ERR_peek_last_error_data()
432 const char **data, int *flags) in ERR_peek_last_error_all()
448 const char **data, int *flags) in get_error_values()
780 static int err_set_error_data_int(char *data, size_t size, int flags, in err_set_error_data_int()
795 void ERR_set_error_data(char *data, int flags) in ERR_set_error_data()
[all …]
/openssl/crypto/asn1/
H A Da_strex.c66 static int do_esc_char(unsigned long c, unsigned short flags, char *do_quotes, in do_esc_char()
139 int type, unsigned short flags, char *quotes, char_io *io_ch, in do_buf()
337 unsigned short flags; in do_print_ex() local
425 int indent, unsigned long flags) in do_name_ex()
563 unsigned long flags) in X509_NAME_print_ex()
572 unsigned long flags) in X509_NAME_print_ex_fp()
588 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex()
594 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex_fp()
H A Dtasn_prn.c57 void ASN1_PCTX_set_flags(ASN1_PCTX *p, unsigned long flags) in ASN1_PCTX_set_flags()
67 void ASN1_PCTX_set_nm_flags(ASN1_PCTX *p, unsigned long flags) in ASN1_PCTX_set_nm_flags()
77 void ASN1_PCTX_set_cert_flags(ASN1_PCTX *p, unsigned long flags) in ASN1_PCTX_set_cert_flags()
87 void ASN1_PCTX_set_oid_flags(ASN1_PCTX *p, unsigned long flags) in ASN1_PCTX_set_oid_flags()
97 void ASN1_PCTX_set_str_flags(ASN1_PCTX *p, unsigned long flags) in ASN1_PCTX_set_str_flags()
267 int i, flags; in asn1_template_print_ctx() local
H A Dasn_mime.c69 int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags, in i2d_ASN1_bio_stream()
105 static int B64_write_ASN1(BIO *out, ASN1_VALUE *val, BIO *in, int flags, in B64_write_ASN1()
128 int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags, in PEM_write_bio_ASN1_stream()
238 int SMIME_write_ASN1_ex(BIO *bio, ASN1_VALUE *val, BIO *data, int flags, in SMIME_write_ASN1_ex()
330 int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags, in SMIME_write_ASN1()
341 static int asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags, in asn1_output_data()
397 ASN1_VALUE *SMIME_read_ASN1_ex(BIO *bio, int flags, BIO **bcont, in SMIME_read_ASN1_ex()
512 int SMIME_crlf_copy(BIO *in, BIO *out, int flags) in SMIME_crlf_copy()
598 static int multi_split(BIO *bio, int flags, const char *bound, STACK_OF(BIO) **ret) in multi_split()
987 static int strip_eol(char *linebuf, int *plen, int flags) in strip_eol()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.c27 # define IMPLEMENT_CIPHER(nm, sub, kbits, blkbits, ivbits, flags) \ argument
312 uint64_t flags) in base_init()
322 uint64_t flags) in aes_cbc_hmac_sha1_newctx()
349 uint64_t flags) in aes_cbc_hmac_sha256_newctx()
374 # define IMPLEMENT_CIPHER(nm, sub, kbits, blkbits, ivbits, flags) \ argument
/openssl/demos/cms/
H A Dcms_comp.c25 int flags = CMS_STREAM; in main() local
H A Dcms_enc.c27 int flags = CMS_STREAM; in main() local
H A Dcms_sign.c28 int flags = CMS_DETACHED | CMS_STREAM; in main() local
H A Dcms_denc.c26 int flags = CMS_STREAM | CMS_DETACHED; in main() local
/openssl/providers/implementations/digests/
H A Ddigestcommon.c15 size_t paramsz, unsigned long flags) in ossl_digest_default_get_params()
/openssl/include/internal/
H A Dconf.h24 unsigned long flags; member
/openssl/demos/smime/
H A Dsmenc.c27 int flags = PKCS7_STREAM; in main() local
H A Dsmsign.c28 int flags = PKCS7_DETACHED | PKCS7_STREAM; in main() local

Completed in 75 milliseconds

12345678