Home
last modified time | relevance | path

Searched defs:pkey (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dfsl_validate.h102 u32 pkey; /* public key offset */ member
167 u8 pkey[2 * KEY_SIZE_BYTES]; member
180 u8 pkey[2 * KEY_SIZE_BYTES]; member
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign_support.c160 EVP_PKEY* pkey = NULL; in verify_signature() local
/openbmc/bmcweb/test/http/
H A Dmutual_tls.cpp61 EVP_PKEY* pkey = nullptr; in sign() local
/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp159 EVP_PKEY* pkey = PEM_read_bio_PrivateKey(bufio, nullptr, nullptr, nullptr); in verifyOpensslKeyCert() local
/openbmc/u-boot/drivers/net/
H A Dne2000_base.c657 static int pkey = -1; variable