Home
last modified time | relevance | path

Searched refs:pkcs11_get_key_type (Results 1 – 8 of 8) sorted by relevance

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/src/
H A Dp11req.c294 key_type_t detected_key_type = pkcs11_get_key_type(p11Context, hPrivateKey); in main()
H A Dp11mkcert.c304 key_type_t detected_key_type = pkcs11_get_key_type(p11Context, hPrivateKey); in main()
/dports/security/libp11/libp11-libp11-0.4.11/src/
H A Dp11_front.c158 return pkcs11_get_key_type(key); in PKCS11_get_key_type()
H A Dlibp11-int.h279 extern int pkcs11_get_key_type(PKCS11_KEY *key);
H A Dp11_key.c309 int pkcs11_get_key_type(PKCS11_KEY *key) function
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dpkcs11_peekpoke.c376 key_type_t pkcs11_get_key_type(pkcs11Context *p11Context, CK_OBJECT_HANDLE hndl) in pkcs11_get_key_type() function
H A Dpkcs11_wrap.c1404 keytype = pkcs11_get_key_type(wctx->p11Context, wrappingkeyhandle); in _wrap_cbcpad()
1597 keytype = pkcs11_get_key_type(wctx->p11Context, wrappingkeyhandle); in _wrap_aes_key_wrap_mech()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/include/
H A Dpkcs11lib.h427 key_type_t pkcs11_get_key_type(pkcs11Context *p11Context, CK_OBJECT_HANDLE hndl);