Searched defs:cipher (Results 1 - 25 of 217) sorted by relevance

123456789

/freebsd-current/lib/libutil/
H A Dlogin_crypt.c38 const char *cipher; local
/freebsd-current/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-current/crypto/openssl/providers/implementations/include/prov/
H A Dmacsignature.h21 PROV_CIPHER cipher; member in struct:mac_key_st
/freebsd-current/crypto/openssl/providers/common/include/prov/
H A Dprovider_util.h19 const EVP_CIPHER *cipher; /* cipher */ member in struct:__anon4093
[all...]
/freebsd-current/sys/dev/random/
H A Dhash.h54 cipherInstance cipher; /* Rijndael internal */ member in struct:randomdev_key::__anon4497
/freebsd-current/contrib/wpa/src/common/
H A Dptksa_cache.h24 u32 cipher; member in struct:ptksa_cache_entry
55 ptksa_cache_get(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) argument
67 ptksa_cache_add(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher, argument
73 ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) argument
/freebsd-current/crypto/openssl/crypto/evp/
H A Dp_seal.c28 const EVP_CIPHER *cipher; local
H A Dp5_crpt.c26 PKCS5_PBE_keyivgen_ex(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de, OSSL_LIB_CTX *libctx, const char *propq) argument
113 PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) argument
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.h16 int (*cipher)(void *ctx, unsigned char *out, const unsigned char *in, member in struct:prov_cipher_hw_aes_siv_st
/freebsd-current/crypto/openssl/crypto/pkcs12/
H A Dp12_crpt.c23 PKCS12_PBE_keyivgen_ex(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de, OSSL_LIB_CTX *libctx, const char *propq) argument
78 PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) argument
H A Dp12_p8e.c16 X509_SIG *PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher, argument
60 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, argument
/freebsd-current/stand/libsa/geli/
H A Dgeliboot_crypto.c40 cipherInstance cipher; local
/freebsd-current/sys/crypto/openssl/
H A Dossl.h71 struct ossl_cipher *cipher; member in struct:ossl_session_cipher
75 struct ossl_session_cipher cipher; member in struct:ossl_session
H A Dossl_aes.c82 struct ossl_cipher *cipher; local
/freebsd-current/crypto/openssl/demos/cipher/
H A Daeskeywrap.c60 EVP_CIPHER *cipher = NULL; local
118 EVP_CIPHER *cipher = NULL; local
[all...]
H A Dariacbc.c59 EVP_CIPHER *cipher = NULL; local
117 EVP_CIPHER *cipher = NULL; local
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dp5_scrypt.c41 X509_ALGOR *PKCS5_pbe2_set_scrypt(const EVP_CIPHER *cipher, argument
/freebsd-current/crypto/openssl/ssl/
H A Dssl_asn1.c20 ASN1_OCTET_STRING *cipher; member in struct:__anon4207
[all...]
/freebsd-current/crypto/openssl/crypto/pem/
H A Dpem_info.c155 EVP_CIPHER_INFO cipher; local
/freebsd-current/sys/dev/rtwn/
H A Dif_rtwn_tx.c86 uint8_t cipher; local
120 u_int cipher; local
199 u_int cipher; local
[all...]
/freebsd-current/contrib/libfido2/src/
H A Daes256.c15 const EVP_CIPHER *cipher; local
120 const EVP_CIPHER *cipher; local
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_enc.c31 const EVP_CIPHER *cipher = NULL; local
207 ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, const CMS_CTX *cms_ctx) argument
[all...]
/freebsd-current/sys/crypto/rijndael/
H A Drijndael-api-fst.c67 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { argument
81 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, argument
197 rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) argument
261 rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputLen, BYTE *outBuffer) argument
361 rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) argument
[all...]
/freebsd-current/crypto/openssl/test/
H A Daesgcmtest.c109 const EVP_CIPHER *cipher; local

Completed in 306 milliseconds

123456789