Home
last modified time | relevance | path

Searched refs:input (Results 1 – 12 of 12) sorted by relevance

/crypto/chacha/
A Dchacha_enc.c101 u32 input[16]; in ChaCha20_ctr32_c() local
119 input[4] = key[0]; in ChaCha20_ctr32_c()
120 input[5] = key[1]; in ChaCha20_ctr32_c()
121 input[6] = key[2]; in ChaCha20_ctr32_c()
122 input[7] = key[3]; in ChaCha20_ctr32_c()
123 input[8] = key[4]; in ChaCha20_ctr32_c()
124 input[9] = key[5]; in ChaCha20_ctr32_c()
125 input[10] = key[6]; in ChaCha20_ctr32_c()
126 input[11] = key[7]; in ChaCha20_ctr32_c()
128 input[12] = counter[0]; in ChaCha20_ctr32_c()
[all …]
/crypto/aes/asm/
A Daesni-xts-avx512.pl87 $input = "%rdi";
1227 add \$0x70,$input
1311 add \$0x30, $input
1333 add \$0x20, $input
1592 add \$0x70,$input
1627 add \$96, $input
1663 add \$80, $input
1698 add \$64, $input
1728 add \$48, $input
1757 add \$32, $input
[all …]
A Dbsaes-armv8.pl1018 // x0 -> input ciphertext
1273 // x0 -> input text (whole 16-byte blocks)
1478 // x0 -> input plaintext
/crypto/ml_kem/
A Dml_kem.c995 uint8_t input[ML_KEM_RANDOM_BYTES + 2]; in matrix_expand() local
1002 input[ML_KEM_RANDOM_BYTES] = i; in matrix_expand()
1005 || !EVP_DigestUpdate(mdctx, input, sizeof(input)) in matrix_expand()
1118 uint8_t input[ML_KEM_RANDOM_BYTES + 1]; in gencbd_vector() local
1123 if (!cbd(out++, input, mdctx, key)) in gencbd_vector()
1142 if (!cbd(out, input, mdctx, key)) in gencbd_vector_ntt()
1204 memcpy(input, r, ML_KEM_RANDOM_BYTES); in encrypt_cpa()
1205 input[ML_KEM_RANDOM_BYTES] = counter; in encrypt_cpa()
1206 if (!cbd_2(e2, input, mdctx, key)) in encrypt_cpa()
1462 ret = hash_g(Kr, input, sizeof(input), mdctx, key) in encap()
[all …]
/crypto/des/
A Decb3_enc.c18 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb3_encrypt() argument
24 const unsigned char *in = &(*input)[0]; in DES_ecb3_encrypt()
A Decb_enc.c36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb_encrypt() argument
41 const unsigned char *in = &(*input)[0]; in DES_ecb_encrypt()
A Dqud_cksm.c34 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[], in DES_quad_cksum() argument
53 cp = input; in DES_quad_cksum()
A Dpcbc_enc.c18 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, in DES_pcbc_encrypt() argument
27 in = input; in DES_pcbc_encrypt()
A Ddes_enc.c200 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, in DES_ede3_cbc_encrypt() argument
213 in = input; in DES_ede3_cbc_encrypt()
/crypto/des/asm/
A Ddes_enc.m4527 ! parameter 4 1 for load input/output address to local5/7
1371 ! void DES_ncbc_encrypt(input, output, length, schedule, ivec, enc)
1428 add in0, 8, in0 ! input address
1506 mov in0, local5 ! input
1520 fp_macro(out5, in5, 0, 1) ! 1 for input and output address to local5/7
1529 ! Load ivec next block now, since input and output address might be the same.
1564 ! void DES_ede3_cbc_encrypt(input, output, length, ks1, ks2, ks3, ivec, enc)
1729 fp_macro(out5, in5, 0, 1) ! 1 for input and output address local5/7
/crypto/err/
A Dopenssl.txt186 BN_R_INPUT_NOT_REDUCED:110:input not reduced
250 missing key input for creating protection
680 ENGINE_R_COMMAND_TAKES_INPUT:135:command takes input
681 ENGINE_R_COMMAND_TAKES_NO_INPUT:136:command takes no input
762 EVP_R_INPUT_NOT_INITIALIZED:111:input not initialized
1053 PROV_R_ADDITIONAL_INPUT_TOO_LONG:184:additional input too long
1101 PROV_R_INVALID_INPUT_LENGTH:230:invalid input length
1205 RAND_R_ADDITIONAL_INPUT_TOO_LONG:102:additional input too long
1211 RAND_R_ENTROPY_INPUT_TOO_LONG:106:entropy input too long
1216 RAND_R_ERROR_RETRIEVING_ADDITIONAL_INPUT:109:error retrieving additional input
/crypto/bn/asm/
A Dbn-c64xplus.asm278 ;; (*) It should be noted that B6 is used as input to MPY32U in

Completed in 36 milliseconds