Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c76 static int asm_capable(void) { in asm_capable() function
105 static int asm_capable(void) { return 0; } in asm_capable() function
242 if (asm_capable()) { in chacha20_poly1305_seal_scatter()
325 if (asm_capable()) { in chacha20_poly1305_open_gather()