Searched refs:SET (Results 1 – 14 of 14) sorted by relevance
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 153 NONE = 0, GET = 1, SET = 2 enumerator 1002 if (ctx->action_type != SET) in fix_dh_nid() 1028 if (ctx->action_type != SET) in fix_dh_nid5114() 1072 if (ctx->action_type != SET) in fix_dh_paramgen_type() 1098 if (ctx->action_type != SET) in fix_ec_param_enc() 1147 if (ctx->action_type != SET) in fix_ec_paramgen_curve_nid() 1206 ctx->action_type = SET; in fix_ecdh_cofactor() 2754 case SET: in evp_pkey_ctx_ctrl_to_param() 2788 tmpl.action_type = SET; in evp_pkey_ctx_ctrl_str_to_param() 2802 ctx.action_type = SET; in evp_pkey_ctx_ctrl_str_to_param() [all …]
|
/openssl/doc/internal/man3/ |
H A D | ossl_DER_w_begin_sequence.pod | 18 i.e. the ASN.1 SEQUENCE, SET and CHOICE specifications. They all come
|
H A D | ossl_print_attribute_value.pod | 35 is a C<SET> or C<SEQUENCE> will be printed on multiple lines, for instance. Not
|
/openssl/doc/man3/ |
H A D | ASN1_generate_nconf.pod | 113 =item B<SEQUENCE>, B<SEQ>, B<SET> 115 Formats the result as an ASN1 B<SEQUENCE> or B<SET> type. I<value> 150 a SET or a BIT STRING respectively. For a BIT STRING the number of unused
|
H A D | X509_ATTRIBUTE.pod | 80 values SET OF AttributeValue }
|
/openssl/include/openssl/ |
H A D | asn1t.h.in | 414 /* Same as above but for SET OF */ 422 /* Finally compound types of SEQUENCE, SET, IMPLICIT, EXPLICIT and OPTIONAL */ 526 /* Field is a SET OF */ 533 * Special case: this refers to a SET OF that will be sorted into DER order 539 /* Mask for SET OF or SEQUENCE OF */ 591 * This flag when present in a SEQUENCE OF, SET OF or EXPLICIT causes
|
H A D | asn1.h.in | 886 /* Mark start and end of SEQUENCE/SET OF */
|
/openssl/Configurations/ |
H A D | descrip.mms.tmpl | 1197 SET DEFAULT $forward 1199 SET DEFAULT $backward 1205 SET DEFAULT $forward 1213 SET DEFAULT $backward 1236 SET DEFAULT $forward 1242 SET DEFAULT $backward 1292 SET IMAGE/FLAGS=(NOCALL_DEBUG) \$\@ 1348 SET IMAGE/FLAGS=(NOCALL_DEBUG) \$\@ 1465 SET IMAGE/FLAGS=(NOCALL_DEBUG) \$\@ 1481 SET FILE/PROT=(S:RWED,O:RWED,G:RE,W:RE) $script
|
/openssl/apps/ |
H A D | openssl-vms.cnf | 193 # SET-ex3 = SET extension number 3
|
H A D | openssl.cnf | 193 # SET-ex3 = SET extension number 3
|
/openssl/doc/man1/ |
H A D | openssl-asn1parse.pod.in | 138 within the scope of any SET or SEQUENCE. C<hl=XX> gives the header length
|
H A D | openssl-rsautl.pod.in | 183 33:d=3 hl=2 l= 11 cons: SET
|
H A D | openssl-req.pod.in | 800 the correct empty B<SET OF> structure (the DER encoding of which is 0xa0 805 then the B<SET OF> is missing and the encoding is technically invalid (but
|
/openssl/ |
H A D | CHANGES.md | 5729 equivalent to ASN1_SIMPLE it cannot be tagged, OPTIONAL, SET OF or 15258 uses the special reorder version of SET OF to sort the attributes 15264 software that does not order SET OF. This is handled by encoding 15266 to produce the required SET OF. 15359 * Add a special meaning when SET OF and SEQUENCE OF flags are both 15360 set (this was treated exactly the same as SET OF previously). This 18160 attributes because these will be a SET OF encoding which is sorted
|
Completed in 123 milliseconds