/freebsd/sys/contrib/device-tree/Bindings/crypto/ |
H A D | st,stm32-cryp.yaml | 4 $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 D | mediatek-crypto.txt | 9 - clock-names: Must contain "cryp". 23 clock-names = "cryp";
|
/freebsd/crypto/openssl/engines/ |
H A D | e_devcrypto.c | 245 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 D | stm32mp13xf.dtsi | 8 cryp: crypto@54002000 { label 9 compatible = "st,stm32mp1-cryp";
|
H A D | stm32mp15xc.dtsi | 8 cryp1: cryp@54001000 { 9 compatible = "st,stm32mp1-cryp";
|
H A D | stm32mp13xc.dtsi | 8 cryp: crypto@54002000 { label 9 compatible = "st,stm32mp1-cryp";
|
H A D | stm32mp135f-dk.dts | 155 &cryp {
|
H A D | ste-dbx5x0.dtsi | 1223 cryp@a03cb000 { 1224 compatible = "stericsson,ux500-cryp";
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | st,stm32-rcc.txt | 62 /* Gated clock, AHB2 bit 4 (CRYP) */ 64 clocks = <&rcc 0 STM32F4_AHB2_CLOCK(CRYP)>
|
/freebsd/contrib/ldns/m4/ |
H A D | ax_have_poll.m4 | 30 # Copyright (c) 2009 Peter Simons <simons@cryp.to>
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedOryon.td | 165 // 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 D | acx_pthread.m4 | 1 ##### http://autoconf-archive.cryp.to/acx_pthread.html
|
/freebsd/contrib/libevent/m4/ |
H A D | acx_pthread.m4 | 1 ##### http://autoconf-archive.cryp.to/acx_pthread.html
|
/freebsd/contrib/ntp/libntp/ |
H A D | statestr.c | 205 * Crypto events (cryp)
|
/freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
H A D | mt7623.dtsi | 1006 clock-names = "cryp";
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp.conf.mdoc.in | 1479 Finally, if a cryptographic violation occurs, the code is "CRYP".
|
H A D | ntp.conf.5mdoc | 1479 Finally, if a cryptographic violation occurs, the code is "CRYP".
|
H A D | ntp_keyword.h | 353 S_ST( 't', 3, 281, 0 ), /* 120 cryp */
|
H A D | ntp.conf.5man | 1613 Finally, if a cryptographic violation occurs, the code is "CRYP".
|
H A D | ntp.conf.man.in | 1613 Finally, if a cryptographic violation occurs, the code is "CRYP".
|
H A D | ntp.conf.def | 1482 Finally, if a cryptographic violation occurs, the code is "CRYP".
|
H A D | invoke-ntp.conf.texi | 1415 Finally, if a cryptographic violation occurs, the code is "CRYP".
|
H A D | ntp.conf.html | 1606 Finally, if a cryptographic violation occurs, the code is "CRYP".
|
H A D | ntp_proto.c | 2446 peer_clear(peer, "CRYP"); in receive()
|