Searched defs:vfp_state (Results 1 – 6 of 6) sorted by relevance
26 struct vfp_state { struct48 struct vfp_state { argument49 struct vfp_reg reg[VFP_NUM_REGS];50 uint32_t fpsr;51 uint32_t fpcr;52 uint32_t cpacr_el1;
126 uint32_t vfp_state = 0; in crypto_accel_aes_expand_keys() local160 uint32_t vfp_state = 0; in crypto_accel_aes_ecb_enc() local173 uint32_t vfp_state = 0; in crypto_accel_aes_ecb_dec() local186 uint32_t vfp_state = 0; in crypto_accel_aes_cbc_enc() local199 uint32_t vfp_state = 0; in crypto_accel_aes_cbc_dec() local212 uint32_t vfp_state = 0; in crypto_accel_aes_ctr_be_enc() local226 uint32_t vfp_state = 0; in crypto_accel_aes_xts_enc() local241 uint32_t vfp_state = 0; in crypto_accel_aes_xts_dec() local
16 uint32_t vfp_state = 0; in crypto_accel_sha1_compress() local
16 uint32_t vfp_state = 0; in crypto_accel_sha256_compress() local
83 uint32_t vfp_state; in internal_aes_gcm_ghash_update() local179 uint32_t vfp_state = 0; in internal_aes_gcm_update_payload_blocks() local217 uint32_t vfp_state = 0; in internal_aes_gcm_update_payload_blocks() local
67 struct thread_vfp_state vfp_state; member
Completed in 5 milliseconds