Home
last modified time | relevance | path

Searched defs:cipher_alg (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/library/
Doid.c634 mbedtls_cipher_type_t cipher_alg; member
783 mbedtls_cipher_type_t cipher_alg; member
Dpkcs5.c134 mbedtls_cipher_type_t cipher_alg; in mbedtls_pkcs5_pbes2() local
Dpkparse.c1121 mbedtls_cipher_type_t cipher_alg; in pk_parse_key_pkcs8_encrypted_der() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_record.h46 enum crypto_cipher_alg cipher_alg; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_record.h46 enum crypto_cipher_alg cipher_alg; member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h46243 struct cipher_alg { struct
46244 unsigned int cia_min_keysize;
46245 unsigned int cia_max_keysize;
46246 int (*cia_setkey)(struct crypto_tfm *, const u8 *, unsigned int);
46247 void (*cia_encrypt)(struct crypto_tfm *, u8 *, const u8 *);
46271 struct cipher_alg cipher; argument