HomeSort by: relevance | last modified time | path
    Searched refs:tokey (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/kdc/
string2key.c 73 tokey(krb5_context context, function
175 tokey(context, etype, password, salt, "Kerberos 5 (%s)");
182 tokey(context, ETYPE_DES_CBC_MD5, password, salt, "Kerberos 4");
188 tokey(context, ETYPE_DES_CBC_MD5, password, salt, "AFS");
  /src/crypto/external/bsd/openssl/dist/test/
tls-provider.c 488 XORKEY *tokey = xor_newdata(NULL); local
492 if (tokey != NULL && fromkey != NULL) {
497 memcpy(tokey->pubkey, fromkey->pubkey, XOR_KEY_SIZE);
498 tokey->haspubkey = 1;
500 tokey->haspubkey = 0;
505 memcpy(tokey->privkey, fromkey->privkey, XOR_KEY_SIZE);
506 tokey->hasprivkey = 1;
508 tokey->hasprivkey = 0;
513 xor_freedata(tokey);
514 tokey = NULL
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
tls-provider.c 753 XORKEY *tokey = xor_newkey(NULL); local
757 if (tokey != NULL && fromkey != NULL) {
762 memcpy(tokey->pubkey, fromkey->pubkey, XOR_KEY_SIZE);
763 tokey->haspubkey = 1;
765 tokey->haspubkey = 0;
770 memcpy(tokey->privkey, fromkey->privkey, XOR_KEY_SIZE);
771 tokey->hasprivkey = 1;
773 tokey->hasprivkey = 0;
777 tokey->tls_name = OPENSSL_strdup(fromkey->tls_name);
780 xor_freekey(tokey);
    [all...]
  /src/crypto/external/bsd/openssh/dist/
ssh-agent.c 413 const struct sshkey *tokey, Identity *id, const char *user,
441 if (tokey != NULL && match_key_hop("to", tokey, &d->to) != 0)

Completed in 27 milliseconds