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

  /src/crypto/external/apache2/openssl/dist/test/
fake_cipherprov.c 112 { "fake_cipher", FAKE_CIPHER_FETCH_PROPS, fake_skeymgmt_funcs, "Fake Cipher Key Management" },
164 static OSSL_FUNC_cipher_cipher_fn fake_cipher; variable
165 static int fake_cipher(void *vctx, unsigned char *out, size_t *outl, function
256 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))fake_cipher },
258 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))fake_cipher },
271 { "fake_cipher", FAKE_CIPHER_FETCH_PROPS, ossl_fake_functions },
evp_skey_test.c 38 EVP_CIPHER *fake_cipher = NULL; local
67 fake_cipher = EVP_CIPHER_fetch(libctx, "fake_cipher", FAKE_CIPHER_FETCH_PROPS);
68 if (!TEST_ptr(fake_cipher))
77 key = EVP_SKEY_import(libctx, "fake_cipher", FAKE_CIPHER_FETCH_PROPS,
84 || !TEST_int_gt(EVP_CipherInit_SKEY(ctx, fake_cipher, key, NULL, 0, 1, NULL), 0))
103 EVP_CIPHER_free(fake_cipher);

Completed in 57 milliseconds