Searched refs:cast_key (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/decrepit/cast/ |
D | cast.c | 417 CAST_KEY *cast_key = ctx->cipher_data; in cast_init_key() local 418 CAST_set_key(cast_key, ctx->key_len, key); in cast_init_key() 424 CAST_KEY *cast_key = ctx->cipher_data; in cast_ecb_cipher() local 427 CAST_ecb_encrypt(in, out, cast_key, ctx->encrypt); in cast_ecb_cipher() 439 CAST_KEY *cast_key = ctx->cipher_data; in cast_cbc_cipher() local 440 CAST_cbc_encrypt(in, out, len, cast_key, ctx->iv, ctx->encrypt); in cast_cbc_cipher()
|