Home
last modified time | relevance | path

Searched defs:poly1305_state (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/include/crypto/
H A Dpoly1305.h34 struct poly1305_state { struct
53 struct poly1305_state h; argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dpoly1305.h25 typedef uint8_t poly1305_state[512]; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dpoly1305.h25 typedef uint8_t poly1305_state[512]; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dpoly1305.h25 typedef uint8_t poly1305_state[512]; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dpoly1305.h25 typedef uint8_t poly1305_state[512]; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dpoly1305.h25 typedef uint8_t poly1305_state[512]; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dpoly1305.h25 typedef uint8_t poly1305_state[512]; typedef
/OK3568_Linux_fs/kernel/lib/crypto/
H A Dchacha20poly1305.c61 struct poly1305_desc_ctx poly1305_state; in __chacha20poly1305_encrypt() local
129 struct poly1305_desc_ctx poly1305_state; in __chacha20poly1305_decrypt() local
216 struct poly1305_desc_ctx poly1305_state; in chacha20poly1305_crypt_sg_inplace() local
H A Dchacha20poly1305-selftest.c8834 struct poly1305_desc_ctx poly1305_state; in chacha20poly1305_encrypt_bignonce() local