Home
last modified time | relevance | path

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

12

/freebsd/contrib/wpa/src/crypto/
H A Ddes-internal.c435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt()
446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt()
469 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt()
483 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
H A Daes-unwrap.c27 u8 *plain) in aes_unwrap()
H A Daes-wrap.c26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
H A Dcrypto_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()
H A Dcrypto_libtomcrypt.c100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
379 u8 *plain, size_t len) in crypto_cipher_decrypt()
617 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
H A Daes-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()
H A Dcrypto_nettle.c261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
452 u8 *plain, size_t len) in crypto_cipher_decrypt()
H A Daes-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
H A Dcrypto_gnutls.c237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
492 u8 *plain, size_t len) in crypto_cipher_decrypt()
H A Dcrypto_linux.c503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
785 u8 *plain) in aes_unwrap()
978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
986 u8 *plain, size_t len) in crypto_cipher_decrypt()
H A Daes-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()
H A Daes-internal-dec.c151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
H A Dcrypto_internal-rsa.c113 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
/freebsd/crypto/heimdal/lib/krb5/
H A Drd_priv.c47 krb5_data plain; in krb5_rd_priv() local
H A Daes-test.c481 krb5_data *plain) in krb_checksum_iov()
595 krb5_data cipher, plain; in krb_enc_test() local
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c3604 unsigned char plain[16]; in monte_carlo_AES_decrypt() local
3673 unsigned char plain[16]; in test_AES_generic() local
3703 unsigned char plain[200]; in test_AES_generic() local
3766 unsigned char plain[35 * 16]; in test_AES_generic() local
3821 unsigned char plain[200]; in test_AES_generic() local
4097 unsigned char plain[512]; in test_AES_CTRCBC_inner() local
4795 unsigned char plain[8]; in monte_carlo_DES_decrypt() local
4850 unsigned char plain[8]; in test_DES_generic() local
4896 unsigned char plain[200]; in test_DES_generic() local
5012 unsigned char key[32], nonce[12], plain[400], cipher[400]; in test_ChaCha20_generic() local
[all …]
/freebsd/contrib/wpa/src/eap_common/
H A Dikev2_common.c176 const u8 *plain, u8 *crypt, size_t len) in ikev2_encr_encrypt()
211 const u8 *crypt, u8 *plain, size_t len) in ikev2_encr_decrypt()
532 struct wpabuf *plain, u8 next_payload) in ikev2_build_encrypted()
/freebsd/crypto/openssl/test/
H A Dideatest.c45 static const unsigned char plain[CFB_TEST_SIZE] = { variable
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_tls_common.c387 struct wpabuf *plain, *encr; in eap_server_tls_phase1() local
514 const struct wpabuf *plain) in eap_server_tls_encrypt()
/freebsd/contrib/wpa/src/eap_peer/
H A Dikev2.c1110 struct wpabuf *plain = wpabuf_alloc(data->IDr_len + 1000); in ikev2_build_sa_init() local
1143 struct wpabuf *msg, *plain; in ikev2_build_sa_auth() local
1186 struct wpabuf *plain = wpabuf_alloc(100); in ikev2_build_notify() local
/freebsd/contrib/wpa/src/wps/
H A Dwps_enrollee.c210 struct wpabuf *msg, *plain; in wps_build_m5() local
349 static int wps_build_ap_settings(struct wps_data *wps, struct wpabuf *plain) in wps_build_ap_settings()
379 struct wpabuf *msg, *plain; in wps_build_m7() local
/freebsd/crypto/openssh/
H A Dcipher-aes.c76 u_char *cprev, *cnow, *plain, *ivp; in ssh_rijndael_cbc() local
/freebsd/contrib/ntp/sntp/libopts/
H A Dusage.c368 print_one_paragraph(char const * text, bool plain, FILE * fp) in print_one_paragraph()
416 optionPrintParagraphs(char const * text, bool plain, FILE * fp) in optionPrintParagraphs()
/freebsd/contrib/wpa/src/tls/
H A Dpkcs1.c136 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key()
/freebsd/contrib/bmake/
H A Dcond.c143 bool plain; member
919 CondEvalExpression(const char *cond, bool plain, in CondEvalExpression()
1048 bool plain; in Cond_EvalLine() local

12