Home
last modified time | relevance | path

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

/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dsha256-armv8-aarch32-ce.S123 .globl _gcry_sha256_transform_armv8_ce
124 .type _gcry_sha256_transform_armv8_ce,%function;
125 _gcry_sha256_transform_armv8_ce: label
229 .size _gcry_sha256_transform_armv8_ce,.-_gcry_sha256_transform_armv8_ce;
H A Dsha256-armv8-aarch64-ce.S110 .globl _gcry_sha256_transform_armv8_ce
111 ELF(.type _gcry_sha256_transform_armv8_ce,%function;)
112 _gcry_sha256_transform_armv8_ce: label
213 ELF(.size _gcry_sha256_transform_armv8_ce,.-_gcry_sha256_transform_armv8_ce;)
H A Dsha256.c208 unsigned int _gcry_sha256_transform_armv8_ce(u32 state[8],
217 return _gcry_sha256_transform_armv8_ce (&hd->h0, data, nblks); in do_sha256_transform_armv8_ce()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dsha256-armv8-aarch32-ce.S123 .globl _gcry_sha256_transform_armv8_ce
124 .type _gcry_sha256_transform_armv8_ce,%function;
125 _gcry_sha256_transform_armv8_ce: label
229 .size _gcry_sha256_transform_armv8_ce,.-_gcry_sha256_transform_armv8_ce;
H A Dsha256-armv8-aarch64-ce.S110 .globl _gcry_sha256_transform_armv8_ce
111 ELF(.type _gcry_sha256_transform_armv8_ce,%function;)
112 _gcry_sha256_transform_armv8_ce: label
213 ELF(.size _gcry_sha256_transform_armv8_ce,.-_gcry_sha256_transform_armv8_ce;)
H A Dsha256.c208 unsigned int _gcry_sha256_transform_armv8_ce(u32 state[8],
217 return _gcry_sha256_transform_armv8_ce (&hd->h0, data, nblks); in do_sha256_transform_armv8_ce()
/dports/security/libgcrypt/libgcrypt-1.9.4/
H A DChangeLog6034 [USE_ARM_CE] (_gcry_sha256_transform_armv8_ce): New.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/
H A DChangeLog5665 [USE_ARM_CE] (_gcry_sha256_transform_armv8_ce): New.