Home
last modified time | relevance | path

Searched refs:cipher_init (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dcipher.h84 void cipher_init(CipherContext *, Cipher *, const u_char *, u_int,
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c194 cipher_init(&send_context, none, (unsigned char *) "", 0, NULL, 0, CIPHER_ENCRYPT); in packet_set_connection()
195 cipher_init(&receive_context, none, (unsigned char *) "", 0, NULL, 0, CIPHER_DECRYPT); in packet_set_connection()
394 cipher_init(&send_context, cipher, key, keylen, NULL, 0, CIPHER_ENCRYPT); in packet_set_encryption_key()
395 cipher_init(&receive_context, cipher, key, keylen, NULL, 0, CIPHER_DECRYPT); in packet_set_encryption_key()
610 cipher_init(cc, enc->cipher, enc->key, enc->key_len, in set_newkeys()
H A Dcipher.c195 cipher_init(CipherContext *cc, Cipher *cipher, in cipher_init() function
291 cipher_init(cc, cipher, digest, 16, NULL, 0, encrypt); in cipher_set_key_string()
/titanic_50/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c264 cipher_init_t *cipher_init; member
278 cipher_init_t *cipher_init; member
3322 text->cipher_init = cptr->cipher_init;
3454 if (text->cipher_init) {
3457 if ((result = text->cipher_init(text, enckey, deckey)) != SASL_OK) {
3464 if (text->cipher_init)
3465 if (text->cipher_init(text, enckey, deckey) != SASL_OK) {
3968 text->cipher_init = ctext->cipher->cipher_init;
4184 if (text->cipher_init) {
4187 if((result = text->cipher_init(text, enckey, deckey)) != SASL_OK) {
[all …]
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c85 static int cipher_init(dev_t, caddr_t, int, int (*)(crypto_provider_t,
2502 return (cipher_init(dev, arg, mode, crypto_encrypt_init_prov)); in encrypt_init()
2509 return (cipher_init(dev, arg, mode, crypto_decrypt_init_prov)); in decrypt_init()
2602 cipher_init(dev_t dev, caddr_t arg, int mode, int (*init)(crypto_provider_t, in cipher_init() function