Searched defs:cipher (Results 1 - 25 of 116) sorted by path

12345

/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c183 const EVP_CIPHER * cipher = NULL; variable
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, argument
H A Daes-wrap.c26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) argument
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.c178 struct crypto_cipher *cipher; local
213 struct crypto_cipher *cipher; local
[all...]
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_common.h218 tls_cipher cipher; member in struct:tls_cipher_suite
228 tls_cipher cipher; member in struct:tls_cipher_data
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c1171 krb5_data cipher; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c2127 const struct hx509cipher *cipher; member in struct:hx509_crypto_data
2381 const struct hx509cipher *cipher; local
2395 const struct hx509cipher *cipher; local
3092 const struct hx509cipher *cipher; local
[all...]
H A Dks_file.c177 const EVP_CIPHER *cipher; local
68 try_decrypt(hx509_context context, struct hx509_collector *collector, const AlgorithmIdentifier *alg, const EVP_CIPHER *c, const void *ivdata, const void *password, size_t passwordlen, const void *cipher, size_t len) argument
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Daes-test.c286 krb_enc(krb5_context context, krb5_crypto crypto, unsigned usage, krb5_data *cipher, krb5_data *clear) argument
425 krb_enc_iov(krb5_context context, krb5_crypto crypto, unsigned usage, krb5_data *cipher, krb5_data *clear) argument
520 krb_enc_mit(krb5_context context, krb5_enctype enctype, krb5_keyblock *key, unsigned usage, krb5_data *cipher, krb5_data *clear) argument
595 krb5_data cipher, plain; local
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dcipher.c66 const struct sshcipher *cipher; member in struct:sshcipher_ctx
321 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, argument
543 cipher_set_key_string(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, const char *passphrase, int do_encrypt) argument
[all...]
H A Dkex.h109 const struct sshcipher *cipher; member in struct:sshenc
H A Dreadconf.h73 int cipher; /* Cipher to use. */ member in struct:__anon4508
H A Dssh-keygen.c436 char *type, *cipher; local
H A Dsshkey.c3049 const struct sshcipher *cipher; local
3193 const struct sshcipher *cipher = NULL; local
3422 const struct sshcipher *cipher; local
3517 const EVP_CIPHER *cipher = (len > 0) ? EVP_des_ede3_cbc() : NULL; local
3519 const EVP_CIPHER *cipher = (len > 0) ? EVP_aes_128_cbc() : NULL; local
3669 const struct sshcipher *cipher; local
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dcms.c125 const EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL; local
[all...]
H A Denc.c92 const EVP_CIPHER *cipher; local
134 const EVP_CIPHER *cipher = NULL, *c; local
[all...]
H A Dgenpkey.c83 const EVP_CIPHER *cipher = NULL; local
H A Dpkcs8.c79 const EVP_CIPHER *cipher = NULL; local
H A Dpkey.c76 const EVP_CIPHER *cipher = NULL; local
H A Dreq.c185 const EVP_CIPHER *cipher = NULL; local
H A Dsmime.c99 const EVP_CIPHER *cipher = NULL; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/cmac/
H A Dcmac.c151 CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, const EVP_CIPHER *cipher, ENGINE *impl) argument
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms.h183 const EVP_CIPHER *cipher, unsigned int flags); variable
H A Dcms_enc.c217 cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) argument
H A Dcms_kari.c386 cms_wrap_init(CMS_KeyAgreeRecipientInfo *kari, const EVP_CIPHER *cipher) argument

Completed in 314 milliseconds

12345