Searched refs:_pkey (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/ibrcommon/ |
| H A D | 0002-ibrcommon-added-openssl-1.1-compatibility-264.patch | 146 std::vector<unsigned char> sign(EVP_PKEY_size(_pkey)); 147 unsigned int size = EVP_PKEY_size(_pkey); 149 - _return_code = EVP_SignFinal(&_ctx, &sign[0], &size, _pkey); 150 + _return_code = EVP_SignFinal(_ctx, &sign[0], &size, _pkey); 158 …t<const unsigned char *>(their_sign.c_str()), static_cast<unsigned int>(their_sign.size()), _pkey); 159 …t<const unsigned char *>(their_sign.c_str()), static_cast<unsigned int>(their_sign.size()), _pkey);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/ |
| H A D | siginfo_t.h | 103 __uint32_t _pkey; member 142 #define si_pkey _sifields._sigfault._bounds._pkey
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/ |
| H A D | siginfo_t.h | 103 __uint32_t _pkey; member 142 #define si_pkey _sifields._sigfault._bounds._pkey
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 92 __u32 _pkey; member 157 #define si_pkey _sifields._sigfault._addr_pkey._pkey
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 92 __u32 _pkey; member 157 #define si_pkey _sifields._sigfault._addr_pkey._pkey
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | siginfo.h | 92 __u32 _pkey; member 157 #define si_pkey _sifields._sigfault._addr_pkey._pkey
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compat.h | 237 u32 _pkey; member
|