HomeSort by: relevance | last modified time | path
    Searched defs:bob (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/fuzz/
ml-dsa.c 508 EVP_PKEY *bob = (EVP_PKEY *)key2; local
511 EVP_PKEY_eq(alice, bob);
ml-kem.c 398 * @param[in] key2 Second key (typically Bob's key).
410 EVP_PKEY *bob = (EVP_PKEY *)key2; local
415 do_derive(alice, bob, &aliceshare, &alicelen);
416 do_derive(bob, alice, &bobshare, &boblen);
492 EVP_PKEY *bob = (EVP_PKEY *)key2; local
495 EVP_PKEY_eq(alice, bob);
slh-dsa.c 405 * This function extracts key data from two given SLH-DSA keys (`alice` and `bob`),
413 * @param key2 Pointer to the second key (`bob`) to be exported and imported.
422 EVP_PKEY *bob = (EVP_PKEY *)key2; local
453 OPENSSL_assert(EVP_PKEY_todata(bob, EVP_PKEY_KEYPAIR, &params) == 1);
455 ctx = EVP_PKEY_CTX_new_from_pkey(NULL, bob, NULL);
464 OPENSSL_assert(EVP_PKEY_eq(bob, new) == 1);

Completed in 70 milliseconds