Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 25 of 67) sorted by relevance

123

/minix3/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_enc.c94 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
102 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
279 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
285 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex()
292 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit()
298 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
H A Devp_lib.c201 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_flags()
221 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_iv_length()
231 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher) in EVP_CIPHER_key_length()
241 int EVP_CIPHER_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_nid()
H A Dp5_crpt.c75 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen()
H A Devp_pbe.c154 const EVP_CIPHER *cipher; in EVP_PBE_CipherInit() local
247 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, in EVP_PBE_alg_add()
H A Devp_test.c228 static int test_cipher(const char *cipher, const unsigned char *key, int kn, in test_cipher()
348 char *cipher; in main() local
/minix3/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_p8e.c64 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt()
H A Dp12_crpt.c71 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen()
/minix3/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost89.c349 void gost_enc(gost_ctx * c, const byte * clear, byte * cipher, int blocks) in gost_enc()
360 void gost_dec(gost_ctx * c, const byte * cipher, byte * clear, int blocks) in gost_dec()
372 byte * cipher, int blocks) in gost_enc_cfb()
389 void gost_dec_cfb(gost_ctx * ctx, const byte * iv, const byte * cipher, in gost_dec_cfb()
H A Dgost_eng.c186 static int gost_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in gost_ciphers()
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Daes-test.c291 krb5_data *cipher, in krb_enc()
430 krb5_data *cipher, in krb_enc_iov()
526 krb5_data *cipher, in krb_enc_mit()
597 krb5_data cipher, plain; in krb_enc_test() local
/minix3/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dp5_pbev2.c198 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, in PKCS5_pbe2_set()
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drc2test.c48 const void *cipher; member
H A Dvalidate.c50 const EVP_CIPHER *(*cipher)(void); member
H A Devp-hcrypto.c720 static const EVP_CIPHER cipher = { in EVP_hcrypto_camellia_128_cbc() local
749 static const EVP_CIPHER cipher = { in EVP_hcrypto_camellia_192_cbc() local
778 static const EVP_CIPHER cipher = { in EVP_hcrypto_camellia_256_cbc() local
/minix3/crypto/external/bsd/openssl/dist/apps/
H A Dpkey.c76 const EVP_CIPHER *cipher = NULL; in MAIN() local
H A Dpkcs8.c79 const EVP_CIPHER *cipher = NULL; in MAIN() local
H A Dgenpkey.c83 const EVP_CIPHER *cipher = NULL; in MAIN() local
H A Dsmime.c99 const EVP_CIPHER *cipher = NULL; in MAIN() local
/minix3/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_enc.c214 const EVP_CIPHER *cipher, in cms_EncryptedContent_init()
/minix3/crypto/external/bsd/openssl/dist/demos/
H A Db64.c90 EVP_CIPHER *cipher = NULL, *c; local
/minix3/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_info.c230 EVP_CIPHER_INFO cipher; in STACK_OF() local
H A Dpem_lib.c274 EVP_CIPHER_INFO cipher; in PEM_bytes_read_bio() local
435 int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, in PEM_do_header()
484 int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher) in PEM_get_EVP_CIPHER_INFO()
/minix3/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcrypto.c355 const char *cipher) in pgp_encrypt_file()
400 const char *cipher) in pgp_encrypt_buf()
/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Ds23_clnt.c263 SSL_CIPHER *cipher; in ssl23_no_ssl2_ciphers() local
/minix3/crypto/external/bsd/openssl/dist/crypto/cmac/
H A Dcmac.c152 const EVP_CIPHER *cipher, ENGINE *impl) in CMAC_Init()

123