Home
last modified time | relevance | path

Searched defs:pkeyparam (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dfake_cipherprov.c128 static int fake_skey_init(PROV_CIPHER_FAKE_CTX *ctx, void *pkeyparam, in fake_skey_init()
139 static int fake_skey_einit(void *vctx, void *pkeyparam, in fake_skey_einit()
152 static int fake_skey_dinit(void *vctx, void *pkeyparam, in fake_skey_dinit()
H A Dectest.c2505 EVP_PKEY *pkeyparam = NULL; in do_test_custom_explicit_fromdata() local