Searched defs:plain (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Daes-unwrap.c25 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) argument
H A Daes-wrap.c25 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) argument
H A Daes-internal-enc.c115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
H A Dcrypto_internal-rsa.c102 crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) argument
H A Daes-ccm.c148 aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) argument
178 aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) argument
H A Daes-internal-dec.c150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
H A Dcrypto_internal-cipher.c103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, argument
166 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
H A Daes-gcm.c254 aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) argument
288 aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) argument
H A Dcrypto_gnutls.c110 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
274 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, argument
284 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
H A Dcrypto_nss.c144 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
191 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, argument
198 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
H A Ddes-internal.c434 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) argument
445 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) argument
468 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) argument
482 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) argument
[all...]
H A Dcrypto_cryptoapi.c291 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
323 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
590 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, argument
607 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Drd_priv.c47 krb5_data plain; local
H A Daes-test.c595 krb5_data cipher, plain; local
478 krb_checksum_iov(krb5_context context, krb5_crypto crypto, unsigned usage, krb5_data *plain) argument
[all...]
H A Drd_req.c44 krb5_data plain; local
77 krb5_data plain; local
[all...]
/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dpkcs1.c127 pkcs1_decrypt_public_key(struct crypto_rsa_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) argument
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dcipher-aes.c76 u_char *cprev, *cnow, *plain, *ivp; local
/freebsd-10.0-release/crypto/openssl/crypto/idea/
H A Dideatest.c91 static unsigned char plain[CFB_TEST_SIZE]= variable
/freebsd-10.0-release/crypto/openssl/crypto/rc2/
H A Drc2test.c120 static unsigned char plain[CFB_TEST_SIZE]= variable
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_tls_common.c358 eap_server_tls_encrypt(struct eap_sm *sm, struct eap_ssl_data *data, const struct wpabuf *plain) argument
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_attr_build.c321 wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, struct wpabuf *plain) argument
H A Dwps_enrollee.c210 struct wpabuf *msg, *plain; local
320 static int wps_build_ap_settings(struct wps_data *wps, struct wpabuf *plain) argument
339 struct wpabuf *msg, *plain; local
[all...]
/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_lookup.c65 } plain; member in union:_citrus_lookup::__anon5378
/freebsd-10.0-release/sys/opencrypto/
H A Dskipjack.c129 skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key_tables) argument
196 skipjack_backwards (u_int8_t *cipher, u_int8_t *plain, u_int8_ argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Ddestest.c290 static unsigned char plain[24]= variable
[all...]

Completed in 185 milliseconds

12