Searched refs:tag_bitlen (Results 1 – 1 of 1) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_aes.c | 461 uint32_t tag_bitlen = 0; in tee_init_gcm_operation() local 491 rc = serialargs_get(&args, &tag_bitlen, sizeof(uint32_t)); in tee_init_gcm_operation() 495 tag_len = ROUNDUP_DIV(tag_bitlen, 8); in tee_init_gcm_operation() 498 if (tag_bitlen > 128 || !iv_len || iv_len > 256) { in tee_init_gcm_operation() 500 ", iv_len %"PRIu32, tag_bitlen, iv_len); in tee_init_gcm_operation() 522 iv, iv_len, tag_bitlen, 0, 0); in tee_init_gcm_operation()
|