Searched refs:ARIA_u128 (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/aria/ |
D | aria.c | 476 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 …]
|
/third_party/openssl/crypto/aria/ |
D | aria.c | 476 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 …]
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | aria.h | 31 } ARIA_u128; typedef 36 ARIA_u128 rd_key[ARIA_MAX_KEYS];
|
/third_party/openssl/include/crypto/ |
D | aria.h | 32 } ARIA_u128; typedef 37 ARIA_u128 rd_key[ARIA_MAX_KEYS];
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | aria.h | 32 } ARIA_u128; typedef 37 ARIA_u128 rd_key[ARIA_MAX_KEYS];
|