Home
last modified time | relevance | path

Searched refs:out_block (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/cipher/
De_aes.c407 block128_f *out_block, const uint8_t *key, in aes_ctr_set_key() argument
415 if (out_block) { in aes_ctr_set_key()
416 *out_block = (block128_f) aesni_encrypt; in aes_ctr_set_key()
426 if (out_block) { in aes_ctr_set_key()
427 *out_block = (block128_f) aes_v8_encrypt; in aes_ctr_set_key()
437 if (out_block) { in aes_ctr_set_key()
438 *out_block = (block128_f) AES_encrypt; in aes_ctr_set_key()
445 if (out_block) { in aes_ctr_set_key()
446 *out_block = (block128_f) vpaes_encrypt; in aes_ctr_set_key()
458 if (out_block) { in aes_ctr_set_key()
[all …]
/external/boringssl/src/crypto/des/
Ddes.c548 void DES_ecb_encrypt(const DES_cblock *in_block, DES_cblock *out_block, in DES_ecb_encrypt() argument
553 uint8_t *out = out_block->bytes; in DES_ecb_encrypt()