Home
last modified time | relevance | path

Searched refs:info_blob (Results 1 – 7 of 7) sorted by relevance

/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dpkcs15-oberthur.c600 flags = *(info_blob + 0) * 0x100 + *(info_blob + 1); in sc_pkcs15emu_oberthur_add_pubkey()
611 len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100; in sc_pkcs15emu_oberthur_add_pubkey()
627 len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100; in sc_pkcs15emu_oberthur_add_pubkey()
688 flags = *(info_blob + 0) * 0x100 + *(info_blob + 1); in sc_pkcs15emu_oberthur_add_cert()
696 len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100; in sc_pkcs15emu_oberthur_add_cert()
712 len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100; in sc_pkcs15emu_oberthur_add_cert()
816 flags = *(info_blob + 0) * 0x100 + *(info_blob + 1); in sc_pkcs15emu_oberthur_add_prvkey()
824 len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100; in sc_pkcs15emu_oberthur_add_prvkey()
841 len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100; in sc_pkcs15emu_oberthur_add_prvkey()
864 len = *(info_blob + offs + 1) + *(info_blob + offs) * 0x100; in sc_pkcs15emu_oberthur_add_prvkey()
[all …]
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_hkdf_test.c530 struct s2n_blob in_key_blob, salt_blob, info_blob, actual_prk_blob, actual_output_blob; in main() local
542 s2n_blob_init(&info_blob, test->info, test->info_len); in main()
549 … EXPECT_SUCCESS(s2n_hkdf(&hmac, test->alg, &salt_blob, &in_key_blob, &info_blob, &out_result)); in main()
563 EXPECT_FAILURE(s2n_hkdf(&hmac, alg, &salt_blob, &in_key_blob, &info_blob, &error_out)); in main()
564 EXPECT_FAILURE(s2n_hkdf(&hmac, alg, &salt_blob, &in_key_blob, &info_blob, &zero_out)); in main()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/crypto/
H A Dhs_ntor.c177 uint8_t info_blob[INFO_BLOB_LEN]; in get_introduce1_key_material() local
182 ptr = info_blob; in get_introduce1_key_material()
185 tor_assert(ptr == info_blob + sizeof(info_blob)); in get_introduce1_key_material()
191 APPEND(ptr, info_blob, sizeof(info_blob)); in get_introduce1_key_material()
/dports/security/tor/tor-0.4.6.8/src/core/crypto/
H A Dhs_ntor.c177 uint8_t info_blob[INFO_BLOB_LEN]; in get_introduce1_key_material() local
182 ptr = info_blob; in get_introduce1_key_material()
185 tor_assert(ptr == info_blob + sizeof(info_blob)); in get_introduce1_key_material()
191 APPEND(ptr, info_blob, sizeof(info_blob)); in get_introduce1_key_material()
/dports/security/trousers/trousers-0.3.14_3/src/tspi/
H A Dobj_encdata.c328 obj_encdata_set_pcr_info(TSS_HENCDATA hEncData, UINT32 pcrInfoType, BYTE *info_blob) in obj_encdata_set_pcr_info() argument
342 result = Trspi_UnloadBlob_PCR_INFO_LONG(&offset, info_blob, in obj_encdata_set_pcr_info()
346 result = Trspi_UnloadBlob_PCR_INFO(&offset, info_blob, in obj_encdata_set_pcr_info()
/dports/net/cloud-init/cloud-init-21.4/cloudinit/net/
H A Dnetplan.py212 info_blob, _err = subp.subp(self.NETPLAN_INFO, capture=True)
213 info = util.load_yaml(info_blob)
/dports/net/samba412/samba-4.12.15/source3/libsmb/
H A Dcli_smb2_fnum.c3624 DATA_BLOB info_blob = data_blob_null; in cli_smb2_get_user_quota() local
3656 &info_blob, in cli_smb2_get_user_quota()
3666 query.sid_list_length = info_blob.length; in cli_smb2_get_user_quota()
3682 err = ndr_push_array_uint8(ndr_push, NDR_SCALARS, info_blob.data, in cli_smb2_get_user_quota()
3683 info_blob.length); in cli_smb2_get_user_quota()