Searched refs:opt (Results 1 – 5 of 5) sorted by relevance
| /crypto/asn1/ |
| A D | tasn_dec.c | 49 const ASN1_TEMPLATE *tt, char opt, 60 int tag, int aclass, char opt, 209 if ((tag != -1) || opt) { in asn1_item_embed_d2i() 218 tag, aclass, opt, ctx); in asn1_item_embed_d2i() 242 if (opt) in asn1_item_embed_d2i() 251 if (opt) in asn1_item_embed_d2i() 319 if (opt) { in asn1_item_embed_d2i() 347 &p, len, tag, aclass, opt, ctx); in asn1_item_embed_d2i() 729 if (opt) { in asn1_d2i_ex_primitive() 750 &p, inlen, tag, aclass, opt, ctx); in asn1_d2i_ex_primitive() [all …]
|
| /crypto/bio/ |
| A D | bio_sock.c | 335 int opt; in BIO_set_tcp_ndelay() local 338 opt = SOL_TCP; in BIO_set_tcp_ndelay() 341 opt = IPPROTO_TCP; in BIO_set_tcp_ndelay() 345 ret = setsockopt(s, opt, TCP_NODELAY, (char *)&on, sizeof(on)); in BIO_set_tcp_ndelay()
|
| /crypto/cmp/ |
| A D | cmp_ctx.c | 865 int OSSL_CMP_CTX_set_option(OSSL_CMP_CTX *ctx, int opt, int val) in DEFINE_set1_ASN1_OCTET_STRING() 874 switch (opt) { in DEFINE_set1_ASN1_OCTET_STRING() 890 switch (opt) { in DEFINE_set1_ASN1_OCTET_STRING() 980 int OSSL_CMP_CTX_get_option(const OSSL_CMP_CTX *ctx, int opt) in OSSL_CMP_CTX_get_option() argument 987 switch (opt) { in OSSL_CMP_CTX_get_option()
|
| /crypto/x509/ |
| A D | x_name.c | 29 int tag, int aclass, char opt, ASN1_TLC *ctx); 144 char opt, ASN1_TLC *ctx) in x509_name_ex_d2i() argument 170 tag, aclass, opt, ctx); in x509_name_ex_d2i()
|
| A D | x_pubkey.c | 133 char opt, ASN1_TLC *ctx, OSSL_LIB_CTX *libctx, in x509_pubkey_ex_d2i_ex() argument 153 tag, aclass, opt, ctx)) <= 0) in x509_pubkey_ex_d2i_ex()
|
Completed in 22 milliseconds