Searched refs:Camellia_DecryptBlock_Rounds (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/camellia/ |
H A D | cmll_local.h | 36 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
|
H A D | cmll_misc.c | 40 Camellia_DecryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out); in Camellia_decrypt()
|
H A D | camellia.c | 456 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], in Camellia_DecryptBlock_Rounds() function 505 Camellia_DecryptBlock_Rounds(keyBitLength == 128 ? 3 : 4, in Camellia_DecryptBlock()
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | cmll-x86_64.S | 309 .globl Camellia_DecryptBlock_Rounds 310 .type Camellia_DecryptBlock_Rounds,@function 313 Camellia_DecryptBlock_Rounds: label 375 .size Camellia_DecryptBlock_Rounds,.-Camellia_DecryptBlock_Rounds
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | cmll-x86.S | 372 .globl Camellia_DecryptBlock_Rounds 373 .type Camellia_DecryptBlock_Rounds,@function 375 Camellia_DecryptBlock_Rounds: label 430 .size Camellia_DecryptBlock_Rounds,.-.L_Camellia_DecryptBlock_Rounds_begin 2819 .globl Camellia_DecryptBlock_Rounds 2820 .type Camellia_DecryptBlock_Rounds,@function 2822 Camellia_DecryptBlock_Rounds: label 2877 .size Camellia_DecryptBlock_Rounds,.-.L_Camellia_DecryptBlock_Rounds_begin
|