| /trueos/contrib/wpa/src/crypto/ |
| HD | des-internal.c | 434 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()
|
| HD | crypto_nss.c | 144 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()
|
| HD | crypto_gnutls.c | 110 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()
|
| HD | aes-wrap.c | 25 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) in aes_wrap()
|
| HD | aes-unwrap.c | 25 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) in aes_unwrap()
|
| HD | crypto_internal-cipher.c | 103 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()
|
| HD | crypto_libtomcrypt.c | 99 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()
|
| HD | aes-ccm.c | 149 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()
|
| HD | aes-internal-enc.c | 115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
|
| HD | crypto_cryptoapi.c | 291 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()
|
| HD | crypto_openssl.c | 229 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()
|
| HD | aes-gcm.c | 255 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()
|
| HD | aes-internal-dec.c | 150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
|
| HD | crypto_internal-rsa.c | 104 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
|
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | rd_priv.c | 47 krb5_data plain; in krb5_rd_priv() local
|
| HD | aes-test.c | 481 krb5_data *plain) in krb_checksum_iov() 595 krb5_data cipher, plain; in krb_enc_test() local
|
| /trueos/contrib/wpa/src/wps/ |
| HD | wps_enrollee.c | 210 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/ |
| HD | pkcs1.c | 129 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key()
|
| /trueos/contrib/wpa/src/eap_common/ |
| HD | ikev2_common.c | 190 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/ |
| HD | ikev2.c | 1167 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/ |
| HD | ideatest.c | 94 static unsigned char plain[CFB_TEST_SIZE] = { variable
|
| /trueos/crypto/openssh/ |
| HD | cipher-aes.c | 76 u_char *cprev, *cnow, *plain, *ivp; in ssh_rijndael_cbc() local
|
| /trueos/crypto/openssl/crypto/rc2/ |
| HD | rc2test.c | 126 static unsigned char plain[CFB_TEST_SIZE] = { variable
|
| /trueos/sys/opencrypto/ |
| HD | skipjack.c | 129 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/ |
| HD | eap_server_tls_common.c | 360 const struct wpabuf *plain) in eap_server_tls_encrypt()
|