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

  /src/crypto/external/apache2/openssl/dist/fuzz/
ml-kem.c 397 * @param[in] key1 First key (typically Alice's key).
409 EVP_PKEY *alice = (EVP_PKEY *)key1; local
415 do_derive(alice, bob, &aliceshare, &alicelen);
416 do_derive(bob, alice, &bobshare, &boblen);
446 EVP_PKEY *alice = (EVP_PKEY *)key1; local
451 if (!EVP_PKEY_todata(alice, EVP_PKEY_KEYPAIR, &params)) {
456 ctx = EVP_PKEY_CTX_new_from_pkey(NULL, alice, NULL);
491 EVP_PKEY *alice = (EVP_PKEY *)key1; local
494 EVP_PKEY_eq(alice, alice);
    [all...]
ml-dsa.c 462 EVP_PKEY *alice = (EVP_PKEY *)key1; local
467 if (!EVP_PKEY_todata(alice, EVP_PKEY_KEYPAIR, &params)) {
472 ctx = EVP_PKEY_CTX_new_from_pkey(NULL, alice, NULL);
507 EVP_PKEY *alice = (EVP_PKEY *)key1; local
510 EVP_PKEY_eq(alice, alice);
511 EVP_PKEY_eq(alice, bob);
slh-dsa.c 405 * This function extracts key data from two given SLH-DSA keys (`alice` and `bob`),
412 * @param key1 Pointer to the first key (`alice`) to be exported and imported.
421 EVP_PKEY *alice = (EVP_PKEY *)key1; local
427 OPENSSL_assert(EVP_PKEY_todata(alice, EVP_PKEY_KEYPAIR, &params) == 1);
429 ctx = EVP_PKEY_CTX_new_from_pkey(NULL, alice, NULL);
445 OPENSSL_assert(EVP_PKEY_eq(alice, new) == 1);
470 rc = EVP_PKEY_eq(alice, new);
  /src/external/bsd/openldap/dist/tests/scripts/
test023-refint 172 member: uid=alice,ou=users,o=refint
186 dn: uid=alice,ou=users,o=refint
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 740 On trusted host alice run
759 by trusted host alice.
773 On trusted host alice run
796 After generating the parameter file, on alice run
816 On trusted host alice run
847 For illustration assume trish is the TA, alice one of several trusted hosts
866 Copy the parameter file to alice and install a soft link
870 Copy one of the client key files to alice for later distribution
872 It does not matter which client key file goes to alice,
874 Alice copies the client key file to all of her clients
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
bitmanip.d 619 bool, "alice", 1,
626 s.alice = false;

Completed in 30 milliseconds