Home
last modified time | relevance | path

Searched refs:enc_xform_aes_cbc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_enc.h95 extern const struct enc_xform enc_xform_aes_cbc;
H A Dxform_aes_cbc.c67 const struct enc_xform enc_xform_aes_cbc = { variable
H A Dcrypto.c562 return (&enc_xform_aes_cbc); in crypto_cipher()
/freebsd/sys/netipsec/
H A Dkey.c615 { SADB_X_EALG_AES, &enc_xform_aes_cbc },