Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 137) sorted by relevance

123456

/openssl-master/crypto/modes/
A Dcts128.c95 } tmp; in CRYPTO_cts128_encrypt() local
131 } tmp; in CRYPTO_nistcts128_encrypt() local
167 } tmp; in CRYPTO_cts128_decrypt_block() local
210 } tmp; in CRYPTO_nistcts128_decrypt_block() local
256 } tmp; in CRYPTO_cts128_decrypt() local
296 } tmp; in CRYPTO_nistcts128_decrypt() local
A Docb128.c220 unsigned char ktop[16], tmp[16], mask; in CRYPTO_ocb128_setiv() local
273 OCB_BLOCK tmp; in CRYPTO_ocb128_aad() local
363 OCB_BLOCK tmp; in CRYPTO_ocb128_encrypt() local
452 OCB_BLOCK tmp; in CRYPTO_ocb128_decrypt() local
512 OCB_BLOCK tmp; in ocb_finish() local
/openssl-master/crypto/ffc/
A Dffc_key_validate.c23 BIGNUM *tmp = NULL; in ossl_ffc_validate_public_key_partial() local
65 BIGNUM *tmp = NULL; in ossl_ffc_validate_public_key() local
/openssl-master/crypto/aes/
A Daes_ige.c89 aes_block_t tmp, tmp2; in AES_ige_encrypt() local
123 aes_block_t tmp; in AES_ige_encrypt() local
142 aes_block_t tmp, tmp2; in AES_ige_encrypt() local
193 unsigned char tmp[AES_BLOCK_SIZE]; in AES_bi_ige_encrypt() local
/openssl-master/test/
A Dasn1_internal_test.c37 const ASN1_STRING_TABLE *tmp; in test_tbl_standard() local
73 const EVP_PKEY_ASN1_METHOD **tmp; in test_standard_methods() local
A Dasn1_string_table_test.c20 const ASN1_STRING_TABLE *tmp = NULL; in test_string_tbl() local
/openssl-master/crypto/x509/
A Dv3_ia5.c30 char *tmp; in i2s_ASN1_IA5STRING() local
A Dv3_utf8.c32 char *tmp; in i2s_ASN1_UTF8STRING() local
A Dv3_prn.c55 char *tmp; in X509V3_EXT_val_prn() local
106 char *tmp; in X509V3_EXT_print() local
/openssl-master/demos/bio/
A Dserver-cmod.c27 BIO *ssl_bio, *tmp; in main() local
A Dserver-conf.c28 BIO *ssl_bio, *tmp; in main() local
A Dserver-arg.c26 BIO *ssl_bio, *tmp; in main() local
A Dsaccept.c52 BIO *ssl_bio, *tmp; in main() local
/openssl-master/crypto/bn/
A Dbn_sqr.c31 BIGNUM *tmp, *rr; in bn_sqr_fixed_top() local
109 void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp) in bn_sqr_normal()
A Dbn_kron.c22 BIGNUM *A, *B, *tmp; in BN_kronecker() local
/openssl-master/crypto/ec/
A Decp_nistp224.c593 widefelem tmp; in felem_square_reduce() local
600 widefelem tmp; in felem_mul_reduce() local
614 int64_t tmp[4], a; in felem_contract() local
668 widefelem tmp; in felem_neg() local
705 widefelem tmp; in felem_inv() local
794 const limb tmp = copy & (in[i] ^ out[i]); in copy_conditional() local
822 widefelem tmp, tmp2; in point_double() local
913 widefelem tmp, tmp2; in point_add() local
1148 felem nq[3], tmp[4]; in batch_mul() local
1343 widefelem tmp; in ossl_ec_GFp_nistp224_point_get_affine_coordinates() local
A Decdh_ossl.c53 EC_POINT *tmp = NULL; in ossl_ecdh_simple_compute_key() local
A Decp_nistp521.c731 largefelem tmp; in felem_square_reduce() local
738 largefelem tmp; in felem_mul_reduce() local
754 largefelem tmp; in felem_inv() local
1091 largefelem tmp, tmp2; in point_double() local
1190 const limb tmp = mask & (in[i] ^ out[i]); in copy_conditional() local
1212 largefelem tmp, tmp2; in point_add() local
1590 felem nq[3], tmp[4]; in batch_mul() local
1847 largefelem tmp; in ossl_ec_GFp_nistp521_point_get_affine_coordinates() local
/openssl-master/crypto/asn1/
A Da_strnid.c151 ASN1_STRING_TABLE *tmp, *rv; in stable_get() local
189 ASN1_STRING_TABLE *tmp; in ASN1_STRING_TABLE_add() local
A Dt_pkey.c50 unsigned char *buf = NULL, *tmp = NULL; in ASN1_bn_print() local
/openssl-master/crypto/rc4/
A Drc4_skey.c38 register RC4_INT tmp; in RC4_set_key() local
/openssl-master/crypto/objects/
A Dobj_xref.c62 nid_triple tmp; in ossl_obj_find_sigid_algs() local
103 nid_triple tmp; in OBJ_find_sigid_by_algs() local
/openssl-master/crypto/evp/
A De_idea.c69 IDEA_KEY_SCHEDULE tmp; in BLOCK_CIPHER_func_cbc() local
/openssl-master/fuzz/
A Dclient.c80 uint8_t tmp[1024]; in FuzzerTestOneInput() local
/openssl-master/providers/implementations/ciphers/
A Dcipher_idea_hw.c30 IDEA_KEY_SCHEDULE tmp; in cipher_hw_idea_initkey() local

Completed in 36 milliseconds

123456