Home
last modified time | relevance | path

Searched refs:ARIA_u128 (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/aria/
H A Daria.c476 const ARIA_u128 *rk; in ossl_aria_encrypt()
545 ARIA_u128 *rk; in ossl_aria_set_encrypt_key()
673 ARIA_u128 *rk_head; in ossl_aria_set_decrypt_key()
674 ARIA_u128 *rk_tail; in ossl_aria_set_decrypt_key()
896 static const ARIA_u128 c1 = {{
901 static const ARIA_u128 c2 = {{
906 static const ARIA_u128 c3 = {{
915 static void xor128(ARIA_c128 o, const ARIA_c128 x, const ARIA_u128 *y) in xor128()
927 static ossl_inline void rotnr(unsigned int n, ARIA_u128 *o, in rotnr()
928 const ARIA_u128 *xor, const ARIA_u128 *z) in rotnr()
[all …]
/freebsd/crypto/openssl/include/crypto/
H A Daria.h32 } ARIA_u128; typedef
37 ARIA_u128 rd_key[ARIA_MAX_KEYS];