Searched refs:ChaCha20_ctr32_int (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/chacha/ |
H A D | chacha_ppc.c | 17 void ChaCha20_ctr32_int(unsigned char *out, const unsigned char *inp, 34 : ChaCha20_ctr32_int(out, inp, len, key, counter); in ChaCha20_ctr32()
|
/freebsd/sys/crypto/openssl/powerpc64le/ |
H A D | chacha-ppc.S | 6 .globl ChaCha20_ctr32_int 7 .type ChaCha20_ctr32_int,@function 9 ChaCha20_ctr32_int: label 10 .localentry ChaCha20_ctr32_int,0 71 .size ChaCha20_ctr32_int,.-ChaCha20_ctr32_int
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl_ppc.c | 108 void ChaCha20_ctr32_int(unsigned char *out, const unsigned char *inp, 128 : ChaCha20_ctr32_int(out, inp, len, key, counter); in ChaCha20_ctr32()
|
/freebsd/sys/crypto/openssl/powerpc64/ |
H A D | chacha-ppc.S | 6 .globl ChaCha20_ctr32_int 7 .type ChaCha20_ctr32_int,@function 9 ChaCha20_ctr32_int: label 10 .localentry ChaCha20_ctr32_int,0 71 .size ChaCha20_ctr32_int,.-ChaCha20_ctr32_int
|
/freebsd/sys/crypto/openssl/powerpc/ |
H A D | chacha-ppc.S | 5 .globl ChaCha20_ctr32_int 6 .type ChaCha20_ctr32_int,@function 8 ChaCha20_ctr32_int: label 68 .size ChaCha20_ctr32_int,.-ChaCha20_ctr32_int
|