Searched refs:encryptionKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/krb5/
H A Dnativeccache.c309 jobject ticket, clientPrincipal, targetPrincipal, encryptionKey; local
313 ticket = clientPrincipal = targetPrincipal = encryptionKey = NULL;
329 encryptionKey = BuildEncryptionKey(env, &creds.keyblock);
330 if (encryptionKey == NULL) goto cleanup;
369 encryptionKey,
380 if (encryptionKey) (*env)->DeleteLocalRef(env, encryptionKey);
475 jobject encryptionKey = NULL; local
480 encryptionKey = (*env)->NewObject(env, encryptionKeyClass, encryptionKeyConstructor, cryptoKey->enctype, ary);
484 return encryptionKey;
[all...]
/openjdk7/jdk/src/windows/native/sun/security/krb5/
H A DNativeCreds.c395 jobject ticket, clientPrincipal, targetPrincipal, encryptionKey; local
603 encryptionKey = BuildEncryptionKey(env, &(msticket->SessionKey));
604 if (encryptionKey == NULL) {
647 encryptionKey,
972 jobject encryptionKey = NULL; local
991 encryptionKey = (*env)->NewObject(env, encryptionKeyClass,
995 return encryptionKey;

Completed in 40 milliseconds