Searched refs:Camellia_DecryptBlock_Rounds (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/camellia/
H A Dcmll_locl.h78 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
H A Dcmll_misc.c79 Camellia_DecryptBlock_Rounds(key->grand_rounds, in , key->u.rd_key , out);
H A Dcamellia.c535 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], function
580 Camellia_DecryptBlock_Rounds(keyBitLength==128?3:4,
/freebsd-10.0-release/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl238 .globl Camellia_DecryptBlock_Rounds
239 .type Camellia_DecryptBlock_Rounds,\@function,4
242 Camellia_DecryptBlock_Rounds: label
286 .size Camellia_DecryptBlock_Rounds,.-Camellia_DecryptBlock_Rounds
/freebsd-10.0-release/secure/lib/libcrypto/amd64/
H A Dcmll-x86_64.S285 .globl Camellia_DecryptBlock_Rounds
286 .type Camellia_DecryptBlock_Rounds,@function
289 Camellia_DecryptBlock_Rounds: label
333 .size Camellia_DecryptBlock_Rounds,.-Camellia_DecryptBlock_Rounds
/freebsd-10.0-release/secure/lib/libcrypto/i386/
H A Dcmll-x86.s352 .globl Camellia_DecryptBlock_Rounds
353 .type Camellia_DecryptBlock_Rounds,@function
355 Camellia_DecryptBlock_Rounds: label
405 .size Camellia_DecryptBlock_Rounds,.-.L_Camellia_DecryptBlock_Rounds_begin

Completed in 54 milliseconds