Searched refs:Camellia_EncryptBlock_Rounds (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/camellia/ |
H A D | cmll_local.h | 33 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[],
|
H A D | cmll_misc.c | 34 Camellia_EncryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out); in Camellia_encrypt()
|
H A D | camellia.c | 403 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], in Camellia_EncryptBlock_Rounds() function 452 Camellia_EncryptBlock_Rounds(keyBitLength == 128 ? 3 : 4, in Camellia_EncryptBlock()
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | cmll-x86_64.S | 18 .globl Camellia_EncryptBlock_Rounds 19 .type Camellia_EncryptBlock_Rounds,@function 22 Camellia_EncryptBlock_Rounds: label 84 .size Camellia_EncryptBlock_Rounds,.-Camellia_EncryptBlock_Rounds
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | cmll-x86.S | 4 .globl Camellia_EncryptBlock_Rounds 5 .type Camellia_EncryptBlock_Rounds,@function 7 Camellia_EncryptBlock_Rounds: label 62 .size Camellia_EncryptBlock_Rounds,.-.L_Camellia_EncryptBlock_Rounds_begin 2451 .globl Camellia_EncryptBlock_Rounds 2452 .type Camellia_EncryptBlock_Rounds,@function 2454 Camellia_EncryptBlock_Rounds: label 2509 .size Camellia_EncryptBlock_Rounds,.-.L_Camellia_EncryptBlock_Rounds_begin
|