/netbsd-src/external/bsd/wpa/dist/src/crypto/ |
H A D | des-internal.c | 435 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 D | aes-unwrap.c | 27 u8 *plain) in aes_unwrap()
|
H A D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
|
H A D | 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()
|
H A D | 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()
|
H A D | aes-internal-enc.c | 119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
|
H A D | 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()
|
H A D | aes-internal-dec.c | 151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | attr_print64.c | 125 static VSTRING *plain; in attr_print64_num() local 136 static VSTRING *plain; in attr_print64_long_num() local
|
/netbsd-src/external/bsd/wpa/bin/wpa_supplicant/ |
H A D | aes-xinternal.c | 7 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) in aes_unwrap()
|
/netbsd-src/external/bsd/wpa/bin/hostapd/ |
H A D | aes-xinternal.c | 7 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) in aes_wrap()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | rsa.c | 64 lowlevel_rsa_private_encrypt(int plainc, const unsigned char *plain, unsigned char *encbuf, NETPGPV… in lowlevel_rsa_private_encrypt() 103 lowlevel_rsa_public_encrypt(int plainc, const unsigned char *plain, unsigned char *encbuf, NETPGPV_… in lowlevel_rsa_public_encrypt() 599 netpgpv_RSA_public_encrypt(int plainc, const unsigned char *plain, unsigned char *encbuf, NETPGPV_R… in netpgpv_RSA_public_encrypt() 621 netpgpv_RSA_private_encrypt(int plainc, const unsigned char *plain, unsigned char *encbuf, NETPGPV_… in netpgpv_RSA_private_encrypt()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/librsa/ |
H A D | rsa.c | 64 lowlevel_rsa_private_encrypt(int plainc, const unsigned char *plain, unsigned char *encbuf, RSA *rs… in lowlevel_rsa_private_encrypt() 103 lowlevel_rsa_public_encrypt(int plainc, const unsigned char *plain, unsigned char *encbuf, RSA *rsa) in lowlevel_rsa_public_encrypt() 597 RSA_public_encrypt(int plainc, const unsigned char *plain, unsigned char *encbuf, RSA *rsa, int pad… in RSA_public_encrypt() 619 RSA_private_encrypt(int plainc, const unsigned char *plain, unsigned char *encbuf, RSA *rsa, int pa… in RSA_private_encrypt()
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | opt_bc.c | 18 char plain, *pointer; variable 29 char plain, variable 37 char plain, *pointer; variable
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | rd_priv.c | 49 krb5_data plain; in krb5_rd_priv() local
|
H A D | aes-test.c | 505 krb5_data *plain, in krb_checksum_iov() 751 krb5_data cipher, plain; in krb_enc_test() local
|
H A D | rd_req.c | 46 krb5_data plain; in decrypt_tkt_enc_part() local 79 krb5_data plain; in decrypt_authenticator() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | rc2test.c | 45 const void *plain; member
|
/netbsd-src/external/bsd/wpa/dist/src/eap_common/ |
H A D | ikev2_common.c | 176 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | ideatest.c | 45 static const unsigned char plain[CFB_TEST_SIZE] = { variable
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | ideatest.c | 38 static const unsigned char plain[CFB_TEST_SIZE] = { variable
|
/netbsd-src/sys/crypto/skipjack/ |
H A D | skipjack.c | 134 skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key_tables) in skipjack_forwards() 201 skipjack_backwards (u_int8_t *cipher, u_int8_t *plain, u_int8_t **key_tables) in skipjack_backwards()
|
/netbsd-src/usr.bin/make/ |
H A D | cond.c | 143 bool plain; member 919 CondEvalExpression(const char * cond,bool plain,bool (* evalBare)(const char *),bool negate,bool eprint,bool leftUnquotedOK) CondEvalExpression() argument 1048 bool plain; Cond_EvalLine() local [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | obstack.h | 180 void *(*plain) (size_t); member 185 void (*plain) (void *); member
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | obstack.h | 180 void *(*plain) (size_t); member 185 void (*plain) (void *); member
|