Searched refs:ChaCha20_ctr32_vsx (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/chacha/ |
H A D | chacha_ppc.c | 23 void ChaCha20_ctr32_vsx(unsigned char *out, const unsigned char *inp, 31 ? ChaCha20_ctr32_vsx(out, inp, len, key, counter) in ChaCha20_ctr32()
|
/freebsd/sys/crypto/openssl/powerpc64le/ |
H A D | chacha-ppc.S | 950 .globl ChaCha20_ctr32_vsx 951 .type ChaCha20_ctr32_vsx,@function 953 ChaCha20_ctr32_vsx: label 954 .localentry ChaCha20_ctr32_vsx,0 1346 .size ChaCha20_ctr32_vsx,.-ChaCha20_ctr32_vsx
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl_ppc.c | 114 void ChaCha20_ctr32_vsx(unsigned char *out, const unsigned char *inp, 125 ? ChaCha20_ctr32_vsx(out, inp, len, key, counter) in ChaCha20_ctr32()
|
/freebsd/sys/crypto/openssl/powerpc64/ |
H A D | chacha-ppc.S | 1078 .globl ChaCha20_ctr32_vsx 1079 .type ChaCha20_ctr32_vsx,@function 1081 ChaCha20_ctr32_vsx: label 1082 .localentry ChaCha20_ctr32_vsx,0 1474 .size ChaCha20_ctr32_vsx,.-ChaCha20_ctr32_vsx
|
/freebsd/sys/crypto/openssl/powerpc/ |
H A D | chacha-ppc.S | 1073 .globl ChaCha20_ctr32_vsx 1074 .type ChaCha20_ctr32_vsx,@function 1076 ChaCha20_ctr32_vsx: label 1467 .size ChaCha20_ctr32_vsx,.-ChaCha20_ctr32_vsx
|