Searched refs:soft_aes_ctx_t (Results 1 – 5 of 5) sorted by relevance
201 soft_aes_ctx_t *soft_aes_ctx; in soft_encrypt_init()220 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context; in soft_encrypt_init()245 soft_aes_ctx_t *soft_aes_ctx; in soft_encrypt_init()264 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context; in soft_encrypt_init()656 soft_aes_ctx_t *soft_aes_ctx; in soft_encrypt_final()658 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context; in soft_encrypt_final()723 soft_aes_ctx_t *soft_aes_ctx; in soft_encrypt_final()725 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context; in soft_encrypt_final()749 soft_aes_ctx_t *soft_aes_ctx; in soft_encrypt_final()753 soft_aes_ctx = (soft_aes_ctx_t *)session_p->encrypt.context; in soft_encrypt_final()[all …]
179 soft_aes_ctx_t *soft_aes_ctx; in soft_decrypt_init()198 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context; in soft_decrypt_init()225 soft_aes_ctx_t *soft_aes_ctx; in soft_decrypt_init()244 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context; in soft_decrypt_init()653 soft_aes_ctx_t *soft_aes_ctx; in soft_decrypt_final()655 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context; in soft_decrypt_final()732 soft_aes_ctx_t *soft_aes_ctx; in soft_decrypt_final()734 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context; in soft_decrypt_final()758 soft_aes_ctx_t *soft_aes_ctx; in soft_decrypt_final()762 soft_aes_ctx = (soft_aes_ctx_t *)session_p->decrypt.context; in soft_decrypt_final()
47 soft_aes_ctx_t *soft_aes_ctx; in soft_aes_crypt_init_common()49 soft_aes_ctx = calloc(1, sizeof (soft_aes_ctx_t)); in soft_aes_crypt_init_common()161 soft_aes_ctx_t *soft_aes_ctx = in soft_aes_encrypt_common()162 (soft_aes_ctx_t *)session_p->encrypt.context; in soft_aes_encrypt_common()499 soft_aes_ctx_t *soft_aes_ctx = in soft_aes_decrypt_common()500 (soft_aes_ctx_t *)session_p->decrypt.context; in soft_aes_decrypt_common()
62 } soft_aes_ctx_t; typedef
2264 soft_aes_ctx_t *soft_aes_ctx; in soft_keystore_crypt()2293 (soft_aes_ctx_t *)token_session.encrypt.context; in soft_keystore_crypt()2296 (soft_aes_ctx_t *)token_session.decrypt.context; in soft_keystore_crypt()