| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
| old_api_glue.c | 42 krb5_pointer outptr, size_t size, krb5_encrypt_block *eblock, 51 if ((ret = krb5_c_block_size(context, eblock->key->enctype, &blocksize))) 64 if ((ret = krb5_c_encrypt_length(context, eblock->key->enctype, size, 71 return(krb5_c_encrypt(context, eblock->key, 0, ivec?&ivecd:0, 77 krb5_pointer outptr, size_t size, krb5_encrypt_block *eblock, 86 if ((ret = krb5_c_block_size(context, eblock->key->enctype, &blocksize))) 94 inputd.enctype = eblock->key->enctype; 105 return(krb5_c_decrypt(context, eblock->key, 0, ivec?&ivecd:0, 110 krb5_process_key(krb5_context context, krb5_encrypt_block *eblock, 113 eblock->key = (krb5_keyblock *) key [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
| krb5defs.h | 55 extern krb5_encrypt_block eblock; /* eblock for encrypt/decrypt */
|
| docmd.c | 414 eblock.crypto_entry = session_key->enctype; 415 eblock.key = (krb5_keyblock *)session_key; 418 &desoutbuf, CLIENT, &eblock);
|
| main.c | 57 krb5_encrypt_block eblock; /* eblock for encrypt/decrypt */ variable
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
| des_int.h | 225 (krb5_encrypt_block * eblock, 230 (const krb5_encrypt_block * eblock,
|
| krb5.h | 709 krb5_encrypt_block * eblock, 716 krb5_encrypt_block * eblock, 720 krb5_encrypt_block * eblock, 724 krb5_encrypt_block * eblock); 727 const krb5_encrypt_block * eblock, 733 const krb5_encrypt_block * eblock, 738 const krb5_encrypt_block * eblock, 742 const krb5_encrypt_block * eblock, 747 const krb5_encrypt_block * eblock); 750 krb5_encrypt_block * eblock, [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ |
| rsh.c | 58 static krb5_encrypt_block eblock; /* eblock for encrypt/decrypt */ variable 634 eblock.crypto_entry = session_key->enctype; 635 eblock.key = (krb5_keyblock *)session_key; 638 &desinbuf, &desoutbuf, CLIENT, &eblock);
|
| rcp.c | 139 static krb5_encrypt_block eblock; /* eblock for encrypt/decrypt */ variable 676 eblock.crypto_entry = 678 eblock.key = 684 &eblock); 883 eblock.crypto_entry = session_key->enctype; 884 eblock.key = (krb5_keyblock *)session_key; 888 &eblock); [all...] |
| rlogin.c | 94 static krb5_encrypt_block eblock; /* eblock for encrypt/decrypt */ variable 695 * Setup eblock for desread and deswrite. 717 eblock.crypto_entry = session_key->enctype; 718 eblock.key = (krb5_keyblock *)session_key; 721 &desinbuf, &desoutbuf, CLIENT, &eblock);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| in.rshd.c | 1423 krb5_encrypt_block eblock; \/* eblock for encrypt\/decrypt *\/ local [all...] |