Home
last modified time | relevance | path

Searched full:cryp (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dst,stm32-cryp.yaml4 $id: http://devicetree.org/schemas/crypto/st,stm32-cryp.yaml#
7 title: STMicroelectronics STM32 CRYP
9 description: The STM32 CRYP block is built on the CRYP block found in
19 - st,stn8820-cryp
20 - stericsson,ux500-cryp
21 - st,stm32f756-cryp
22 - st,stm32mp1-cryp
66 cryp@54001000 {
67 compatible = "st,stm32mp1-cryp";
H A Dmediatek-crypto.txt9 - clock-names: Must contain "cryp".
23 clock-names = "cryp";
/freebsd/crypto/openssl/engines/
H A De_devcrypto.c245 struct crypt_op cryp; in cipher_do_cipher() local
253 memset(&cryp, 0, sizeof(cryp)); in cipher_do_cipher()
254 cryp.ses = cipher_ctx->sess.ses; in cipher_do_cipher()
255 cryp.len = inl; in cipher_do_cipher()
256 cryp.src = (void *)in; in cipher_do_cipher()
257 cryp.dst = (void *)out; in cipher_do_cipher()
258 cryp.iv = (void *)iv; in cipher_do_cipher()
259 cryp.op = cipher_ctx->op; in cipher_do_cipher()
261 cryp.flags = 0; in cipher_do_cipher()
281 cryp.flags = COP_FLAG_WRITE_IV; in cipher_do_cipher()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp13xf.dtsi8 cryp: crypto@54002000 { label
9 compatible = "st,stm32mp1-cryp";
H A Dstm32mp15xc.dtsi8 cryp1: cryp@54001000 {
9 compatible = "st,stm32mp1-cryp";
H A Dstm32mp13xc.dtsi8 cryp: crypto@54002000 { label
9 compatible = "st,stm32mp1-cryp";
H A Dstm32mp135f-dk.dts155 &cryp {
H A Dste-dbx5x0.dtsi1223 cryp@a03cb000 {
1224 compatible = "stericsson,ux500-cryp";
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dst,stm32-rcc.txt62 /* Gated clock, AHB2 bit 4 (CRYP) */
64 clocks = <&rcc 0 STM32F4_AHB2_CLOCK(CRYP)>
/freebsd/contrib/ldns/m4/
H A Dax_have_poll.m430 # Copyright (c) 2009 Peter Simons <simons@cryp.to>
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedOryon.td165 // Arithmetic and CRYP-AED ASIMD/FP instructions on ports FP0/FP1/FP2/FP3.
181 // CRYP-SHA instructions on ports FP1.
1608 // 3,4 on IMLA, CRYP
1612 // 2,4 on CRYP
1620 // 5,1 on CRYP
1624 // 2,1 on CRYP
1629 // 3,1 on CRYP
1633 // 4,0.25 on CRYP
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dacx_pthread.m41 ##### http://autoconf-archive.cryp.to/acx_pthread.html
/freebsd/contrib/libevent/m4/
H A Dacx_pthread.m41 ##### http://autoconf-archive.cryp.to/acx_pthread.html
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c205 * Crypto events (cryp)
/freebsd/sys/contrib/device-tree/src/arm/mediatek/
H A Dmt7623.dtsi1006 clock-names = "cryp";
/freebsd/contrib/ntp/ntpd/
H A Dntp.conf.mdoc.in1479 Finally, if a cryptographic violation occurs, the code is "CRYP".
H A Dntp.conf.5mdoc1479 Finally, if a cryptographic violation occurs, the code is "CRYP".
H A Dntp_keyword.h353 S_ST( 't', 3, 281, 0 ), /* 120 cryp */
H A Dntp.conf.5man1613 Finally, if a cryptographic violation occurs, the code is "CRYP".
H A Dntp.conf.man.in1613 Finally, if a cryptographic violation occurs, the code is "CRYP".
H A Dntp.conf.def1482 Finally, if a cryptographic violation occurs, the code is "CRYP".
H A Dinvoke-ntp.conf.texi1415 Finally, if a cryptographic violation occurs, the code is "CRYP".
H A Dntp.conf.html1606 Finally, if a cryptographic violation occurs, the code is &quot;CRYP&quot;.
H A Dntp_proto.c2446 peer_clear(peer, "CRYP"); in receive()