Home
last modified time | relevance | path

Searched defs:crypto_cipher (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/src/crypto/
Dcrypto_internal-cipher.c17 struct crypto_cipher { struct
18 enum crypto_cipher_alg alg; argument
19 union {
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
Dcrypto_nettle.c403 struct crypto_cipher { struct
404 enum crypto_cipher_alg alg; argument
411 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
Dcrypto_libtomcrypt.c288 struct crypto_cipher { struct
301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
Dcrypto_gnutls.c396 struct crypto_cipher { struct
402 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
Dcrypto_linux.c853 struct crypto_cipher { struct
858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
Dcrypto_wolfssl.c766 struct crypto_cipher { struct
767 enum crypto_cipher_alg alg; argument
772 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
Dcrypto_mbedtls_alt.c1055 struct crypto_cipher struct
1061 struct crypto_cipher *crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, s… in crypto_cipher_init() argument
Dcrypto_openssl.c848 struct crypto_cipher { struct
854 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument