Home
last modified time | relevance | path

Searched defs:plain (Results 1 – 25 of 36) sorted by relevance

12

/trueos/contrib/wpa/src/crypto/
HDdes-internal.c434 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt()
445 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt()
468 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt()
482 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
HDcrypto_nss.c144 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
191 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
199 u8 *plain, size_t len) in crypto_cipher_decrypt()
HDcrypto_gnutls.c110 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
274 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
285 u8 *plain, size_t len) in crypto_cipher_decrypt()
HDaes-wrap.c25 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) in aes_wrap()
HDaes-unwrap.c25 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) in aes_unwrap()
HDcrypto_internal-cipher.c103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
167 u8 *plain, size_t len) in crypto_cipher_decrypt()
HDcrypto_libtomcrypt.c99 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
128 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
350 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
375 u8 *plain, size_t len) in crypto_cipher_decrypt()
613 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
HDaes-ccm.c149 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae()
180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
HDaes-internal-enc.c115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
HDcrypto_cryptoapi.c291 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
323 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
590 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
608 u8 *plain, size_t len) in crypto_cipher_decrypt()
HDcrypto_openssl.c229 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
280 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
431 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
442 u8 *plain, size_t len) in crypto_cipher_decrypt()
HDaes-gcm.c255 const u8 *plain, size_t plain_len, in aes_gcm_ae()
290 const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) in aes_gcm_ad()
HDaes-internal-dec.c150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
HDcrypto_internal-rsa.c104 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
/trueos/crypto/heimdal/lib/krb5/
HDrd_priv.c47 krb5_data plain; in krb5_rd_priv() local
HDaes-test.c481 krb5_data *plain) in krb_checksum_iov()
595 krb5_data cipher, plain; in krb_enc_test() local
/trueos/contrib/wpa/src/wps/
HDwps_enrollee.c210 struct wpabuf *msg, *plain; in wps_build_m5() local
320 static int wps_build_ap_settings(struct wps_data *wps, struct wpabuf *plain) in wps_build_ap_settings()
339 struct wpabuf *msg, *plain; in wps_build_m7() local
/trueos/contrib/wpa/src/tls/
HDpkcs1.c129 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key()
/trueos/contrib/wpa/src/eap_common/
HDikev2_common.c190 const u8 *plain, u8 *crypt, size_t len) in ikev2_encr_encrypt()
249 const u8 *crypt, u8 *plain, size_t len) in ikev2_encr_decrypt()
594 struct wpabuf *plain, u8 next_payload) in ikev2_build_encrypted()
/trueos/contrib/wpa/src/eap_peer/
HDikev2.c1167 struct wpabuf *plain = wpabuf_alloc(data->IDr_len + 1000); in ikev2_build_sa_init() local
1200 struct wpabuf *msg, *plain; in ikev2_build_sa_auth() local
1243 struct wpabuf *plain = wpabuf_alloc(100); in ikev2_build_notify() local
/trueos/crypto/openssl/crypto/idea/
HDideatest.c94 static unsigned char plain[CFB_TEST_SIZE] = { variable
/trueos/crypto/openssh/
HDcipher-aes.c76 u_char *cprev, *cnow, *plain, *ivp; in ssh_rijndael_cbc() local
/trueos/crypto/openssl/crypto/rc2/
HDrc2test.c126 static unsigned char plain[CFB_TEST_SIZE] = { variable
/trueos/sys/opencrypto/
HDskipjack.c129 skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key_tables) in skipjack_forwards()
196 skipjack_backwards (u_int8_t *cipher, u_int8_t *plain, u_int8_t **key_tables) in skipjack_backwards()
/trueos/contrib/wpa/src/eap_server/
HDeap_server_tls_common.c360 const struct wpabuf *plain) in eap_server_tls_encrypt()

12