Home
last modified time | relevance | path

Searched refs:des_cbc (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/modules/des/
H A DMakefile12 SRCS+= des_cbc.c
/netbsd-src/sys/crypto/des/
H A Dfiles.des9 file crypto/des/des_cbc.c des
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp-hcrypto.c446 static const EVP_CIPHER des_cbc = { in EVP_hcrypto_des_cbc() local
461 return &des_cbc; in EVP_hcrypto_des_cbc()
H A Devp-w32.c128 EVP_W32CRYPTO_PROVIDER(EVP_CIPHER, des_cbc)
H A Devp-wincng.c286 WINCNG_CIPHER_ALGORITHM(des_cbc,
492 WINCNG_CIPHER_ALGORITHM_CLEANUP(des_cbc); in wincng_cipher_algorithm_cleanup()
H A Devp-openssl.c443 OSSL_CIPHER_ALGORITHM(des_cbc, hc_EVP_CIPH_CBC_MODE)
H A Devp-pkcs11.c622 PKCS11_CIPHER_ALGORITHM(des_cbc,
H A Devp.c1128 return EVP_DEF_OP(HCRYPTO_DEF_PROVIDER, des_cbc); in EVP_des_cbc()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/
H A DREADME.md21 searched in various ways, ie. two ways of encrypting with the "des_cbc"
31 cipher = EVP_get_cipherbyname("des_cbc");
143 ENGINEs support. If each of those ENGINEs has a "des_cbc" implementation, we
151 implementations of "des_cbc" are added or removed. This behaviour can be
160 actually qualitatively different depending on 'nid' (the "des_cbc" EVP_CIPHER is
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A DREADME21 searched in various ways, ie. two ways of encrypting with the "des_cbc"
31 cipher = EVP_get_cipherbyname("des_cbc");
143 ENGINEs support. If each of those ENGINEs has a "des_cbc" implementation, we
151 implementations of "des_cbc" are added or removed. This behaviour can be
160 actually qualitatively different depending on 'nid' (the "des_cbc" EVP_CIPHER is
/netbsd-src/sys/rump/kern/lib/libcrypto/
H A DMakefile56 SRCS+= des_ecb.c des_setkey.c des_enc.c des_cbc.c des_module.c
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Dobj_mac.num32 des_cbc 31
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_mac.num32 des_cbc 31
/netbsd-src/sys/arch/i386/conf/
H A Dfiles.i38682 file crypto/des/arch/i386/des_cbc.S des
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A DVERSION145 Added des_ncbc_encrypt(), it is des_cbc mode except that it is
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A DVERSION145 Added des_ncbc_encrypt(), it is des_cbc mode except that it is