Searched refs:ccgcm_init (Results 1 – 2 of 2) sorted by relevance
142 return ccgcm_init(gcm, ctx, key_len, key); in aes_encrypt_key_gcm()236 return ccgcm_init(gcm, ctx, key_len, key); in aes_decrypt_key_gcm()
494 CC_INLINE int ccgcm_init(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t key_nbytes, const vo… in ccgcm_init() function