Home
last modified time | relevance | path

Searched refs:ciphertext (Results 1 – 5 of 5) sorted by relevance

/crypto/camellia/
A Dcmll_local.h35 u8 ciphertext[]);
36 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
40 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]);
41 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
A Dcamellia.c405 u8 ciphertext[]) in Camellia_EncryptBlock_Rounds() argument
443 PUTU32(ciphertext, s2); in Camellia_EncryptBlock_Rounds()
444 PUTU32(ciphertext + 4, s3); in Camellia_EncryptBlock_Rounds()
445 PUTU32(ciphertext + 8, s0); in Camellia_EncryptBlock_Rounds()
446 PUTU32(ciphertext + 12, s1); in Camellia_EncryptBlock_Rounds()
453 plaintext, keyTable, ciphertext); in Camellia_EncryptBlock()
463 s0 = GETU32(ciphertext) ^ k[0]; in Camellia_DecryptBlock_Rounds()
464 s1 = GETU32(ciphertext + 4) ^ k[1]; in Camellia_DecryptBlock_Rounds()
465 s2 = GETU32(ciphertext + 8) ^ k[2]; in Camellia_DecryptBlock_Rounds()
466 s3 = GETU32(ciphertext + 12) ^ k[3]; in Camellia_DecryptBlock_Rounds()
[all …]
/crypto/aes/asm/
A Dbsaes-armv8.pl1018 // x0 -> input ciphertext
1020 // x2 = size of ciphertext and plaintext in bytes (assumed a multiple of 16)
1022 // x4 -> 128-bit initialisation vector (or preceding 128-bit block of ciphertext if continuing af…
1026 // Initialisation vector overwritten with last quadword of ciphertext
1479 // x1 -> output ciphertext
1485 // Output ciphertext filled in
1863 // Penultimate plaintext block produces final ciphertext part-block
1864 // plus remaining part of final plaintext block. Move ciphertext part
1865 // to final position and reuse penultimate ciphertext block buffer to
1876 // Finally encrypt the penultimate ciphertext block using the
/crypto/sm2/
A Dsm2_crypt.c282 const uint8_t *ciphertext, size_t ciphertext_len, in ossl_sm2_decrypt() argument
310 sm2_ctext = d2i_SM2_Ciphertext(NULL, &ciphertext, (long)ciphertext_len); in ossl_sm2_decrypt()
/crypto/err/
A Dopenssl.txt1199 PROV_R_WRONG_CIPHERTEXT_SIZE:251:wrong ciphertext size

Completed in 19 milliseconds