HomeSort by: relevance | last modified time | path
    Searched refs:uint8x16x2_t (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/crypto/aes/arch/arm/
aes_neon_impl.h 45 uint8x16x2_t aes_neon_enc2(const struct aesenc *, uint8x16x2_t, unsigned);
46 uint8x16x2_t aes_neon_dec2(const struct aesdec *, uint8x16x2_t, unsigned);
50 static inline uint8x16x2_t
51 aes_neon_enc2(const struct aesenc *enc, uint8x16x2_t b2, unsigned nrounds)
54 return (uint8x16x2_t) { .val = {
60 static inline uint8x16x2_t
61 aes_neon_dec2(const struct aesdec *dec, uint8x16x2_t b2, unsigned nrounds)
64 return (uint8x16x2_t) { .val =
    [all...]
aes_neon_subr.c 123 uint8x16x2_t b2;
224 uint8x16x2_t b2;
261 uint8x16x2_t b2;
307 uint8x16x2_t b2;
342 uint8x16x2_t b2;
aes_neon.c 594 uint8x16x2_t
595 aes_neon_enc2(const struct aesenc *enc, uint8x16x2_t x, unsigned nrounds)
641 return (uint8x16x2_t) { .val = {
686 uint8x16x2_t
687 aes_neon_dec2(const struct aesdec *dec, uint8x16x2_t x, unsigned nrounds)
736 return (uint8x16x2_t) { .val = {
  /src/sys/crypto/arch/arm/
arm_neon.h 46 typedef struct { uint8x16_t val[2]; } uint8x16x2_t; typedef in typeref:struct:__anon2452
60 typedef struct { uint8x16_t val[2]; } uint8x16x2_t; typedef in typeref:struct:__anon2454
93 typedef struct { uint8x16_t val[2]; } uint8x16x2_t; typedef in typeref:struct:__anon2456

Completed in 27 milliseconds