/openssl/crypto/sm4/asm/ |
H A D | vpsm4-armv8.pl | 140 add @vtmp[0].2d,@vtmp[0].2d,@vtmp[1].2d 149 eor @vtmp[1].16b,@vtmp[2].16b,$vtmp[1].16b 153 eor @vtmp[1].16b,@vtmp[0].16b,$vtmp[1].16b 167 sub @vtmp[1].16b,@vtmp[0].16b,@vtmp[3].16b 168 sub @vtmp[2].16b,@vtmp[1].16b,@vtmp[3].16b 173 add @vtmp[1].2d,@vtmp[0].2d,@vtmp[1].2d 178 sub @vtmp[1].16b,@vtmp[0].16b,@vtmp[3].16b 179 sub @vtmp[2].16b,@vtmp[1].16b,@vtmp[3].16b 184 add @vtmp[1].2d,@vtmp[0].2d,@vtmp[1].2d 198 eor @vtmp[1].16b,@vtmp[0].16b,$vtmp[1].16b [all …]
|
H A D | vpsm4_ex-armv8.pl | 154 eor @vtmp[1].16b, @vtmp[1].16b, @vtmp[1].16b 239 eor @vtmp[1].16b, @vtmp[1].16b, @vtmp[1].16b 763 st4 {@vtmp[0].4s,@vtmp[1].4s,@vtmp[2].4s,@vtmp[3].4s},[$outp],#64 779 st4 {@vtmp[0].4s,@vtmp[1].4s,@vtmp[2].4s,@vtmp[3].4s},[$outp],#64 943 st1 {@vtmp[0].4s,@vtmp[1].4s,@vtmp[2].4s,@vtmp[3].4s},[$outp],#64 970 st1 {@vtmp[0].4s,@vtmp[1].4s,@vtmp[2].4s,@vtmp[3].4s},[$outp],#64 1167 st4 {@vtmp[0].s,@vtmp[1].s,@vtmp[2].s,@vtmp[3].s}[0],[$outp],#16 1168 st4 {@vtmp[0].s,@vtmp[1].s,@vtmp[2].s,@vtmp[3].s}[1],[$outp],#16 1181 st4 {@vtmp[0].s,@vtmp[1].s,@vtmp[2].s,@vtmp[3].s}[0],[$outp],#16 1182 st4 {@vtmp[0].s,@vtmp[1].s,@vtmp[2].s,@vtmp[3].s}[1],[$outp],#16 [all …]
|
/openssl/apps/lib/ |
H A D | app_x509.c | 90 char *stmp, *vtmp = NULL; in do_x509_ctrl_string() local 97 vtmp = strchr(stmp, ':'); in do_x509_ctrl_string() 98 if (vtmp != NULL) { in do_x509_ctrl_string() 99 *vtmp = 0; in do_x509_ctrl_string() 100 vtmp++; in do_x509_ctrl_string() 101 vtmp_len = strlen(vtmp); in do_x509_ctrl_string() 109 if (vtmp != NULL) { in do_x509_ctrl_string() 113 hexid = OPENSSL_hexstr2buf((const char *)vtmp, &hexid_len); in do_x509_ctrl_string() 115 stmp = vtmp = hexid; in do_x509_ctrl_string() 123 rv = ctrl(object, cmd, vtmp, vtmp_len); in do_x509_ctrl_string()
|
H A D | opt.c | 713 const X509_VERIFY_PARAM *vtmp; in opt_verify() local 757 vtmp = X509_VERIFY_PARAM_lookup(opt_arg()); in opt_verify() 758 if (vtmp == NULL) { in opt_verify() 763 X509_VERIFY_PARAM_set1(vpm, vtmp); in opt_verify()
|
H A D | apps.c | 2066 char *stmp, *vtmp = NULL; in pkey_ctrl_string() local 2071 vtmp = strchr(stmp, ':'); in pkey_ctrl_string() 2072 if (vtmp == NULL) in pkey_ctrl_string() 2075 *vtmp = 0; in pkey_ctrl_string() 2076 vtmp++; in pkey_ctrl_string() 2077 rv = EVP_PKEY_CTX_ctrl_str(ctx, stmp, vtmp); in pkey_ctrl_string() 3382 char *opt = "", *stmp, *vtmp = NULL; in app_params_new_from_opts() local 3395 || (vtmp = strchr(stmp, ':')) == NULL) in app_params_new_from_opts() 3398 *vtmp = 0; in app_params_new_from_opts() 3400 vtmp++; in app_params_new_from_opts() [all …]
|
/openssl/providers/implementations/rands/ |
H A D | drbg_hash.c | 57 unsigned char vtmp[HASH_PRNG_MAX_SEEDLEN]; member 77 unsigned char *vtmp = hash->vtmp; in hash_df() local 113 if (!EVP_DigestFinal(ctx, vtmp, NULL)) in hash_df() 115 memcpy(out, vtmp, outlen); in hash_df() 116 OPENSSL_cleanse(vtmp, hash->blocklen); in hash_df() 187 && EVP_DigestFinal(ctx, hash->vtmp, NULL) in add_hash_to_v() 216 memcpy(hash->vtmp, hash->V, drbg->seedlen); in hash_gen() 226 memcpy(out, hash->vtmp, outlen); in hash_gen() 236 add_bytes(drbg, hash->vtmp, &one, 1); in hash_gen() 379 OPENSSL_cleanse(hash->vtmp, sizeof(hash->vtmp)); in drbg_hash_uninstantiate() [all …]
|
/openssl/crypto/x509/ |
H A D | v3_info.c | 68 CONF_VALUE *vtmp; variable 81 vtmp = sk_CONF_VALUE_value(tret, i); 83 nlen = strlen(objtmp) + 3 + strlen(vtmp->name) + 1; 87 BIO_snprintf(ntmp, nlen, "%s - %s", objtmp, vtmp->name); 88 OPENSSL_free(vtmp->name); 89 vtmp->name = ntmp;
|
H A D | v3_utl.c | 43 CONF_VALUE *vtmp = NULL; in x509v3_add_len_value() local 57 if ((vtmp = OPENSSL_malloc(sizeof(*vtmp))) == NULL) in x509v3_add_len_value() 63 vtmp->section = NULL; in x509v3_add_len_value() 64 vtmp->name = tname; in x509v3_add_len_value() 65 vtmp->value = tvalue; in x509v3_add_len_value() 74 OPENSSL_free(vtmp); in x509v3_add_len_value() 318 char *ntmp, *vtmp; in STACK_OF() local 362 vtmp = strip_spaces(q); in STACK_OF() 363 if (!vtmp) { in STACK_OF() 378 vtmp = strip_spaces(q); in STACK_OF() [all …]
|
/openssl/doc/man3/ |
H A D | OSSL_PARAM_allocate_from_text.pod | 129 char *stmp, *vtmp = NULL; 134 vtmp = strchr(stmp, ':'); 135 if (vtmp != NULL) 136 *vtmp++ = '\0'; 137 rv = EVP_MAC_ctrl_str(ctx, stmp, vtmp); 167 char *stmp, *vtmp = NULL; 171 || (vtmp = strchr(stmp, ':')) == NULL) 174 *vtmp++ = '\0'; 177 vtmp, strlen(vtmp), NULL))
|
/openssl/crypto/sm3/asm/ |
H A D | sm3-armv8.pl | 68 my $vtmp = shift; 73 sm3ss1 $vtmp.4s, $vstate0.4s, $vconst0.4s, $vstate1.4s 76 sm3tt1$ab $vstate0.4s, $vtmp.4s, $vw.4s[$i] 77 sm3tt2$ab $vstate1.4s, $vtmp.4s, $s0.4s[$i]
|
/openssl/crypto/asn1/ |
H A D | tasn_fre.c | 139 ASN1_VALUE *vtmp = sk_ASN1_VALUE_value(sk, i); in ossl_asn1_template_free() local 141 ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()
|
H A D | asn1_gen.c | 579 CONF_VALUE vtmp; in asn1_str2type() local 606 vtmp.name = NULL; in asn1_str2type() 607 vtmp.section = NULL; in asn1_str2type() 608 vtmp.value = (char *)str; in asn1_str2type() 609 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) { in asn1_str2type()
|
H A D | tasn_dec.c | 624 ASN1_VALUE *vtmp; in asn1_template_noexp_d2i() local 626 vtmp = sk_ASN1_VALUE_pop(sktmp); in asn1_template_noexp_d2i() 627 ASN1_item_ex_free(&vtmp, ASN1_ITEM_ptr(tt->item)); in asn1_template_noexp_d2i()
|