Searched refs:input (Results 1 – 12 of 12) sorted by relevance
| /crypto/chacha/ |
| A D | chacha_enc.c | 101 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 D | aesni-xts-avx512.pl | 87 $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 D | bsaes-armv8.pl | 1018 // x0 -> input ciphertext 1273 // x0 -> input text (whole 16-byte blocks) 1478 // x0 -> input plaintext
|
| /crypto/ml_kem/ |
| A D | ml_kem.c | 995 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 D | ecb3_enc.c | 18 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 D | ecb_enc.c | 36 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 D | qud_cksm.c | 34 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 D | pcbc_enc.c | 18 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, in DES_pcbc_encrypt() argument 27 in = input; in DES_pcbc_encrypt()
|
| A D | des_enc.c | 200 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 D | des_enc.m4 | 527 ! 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 D | openssl.txt | 186 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 D | bn-c64xplus.asm | 278 ;; (*) It should be noted that B6 is used as input to MPY32U in
|
Completed in 36 milliseconds