Home
last modified time | relevance | path

Searched refs:key_ct (Results 1 – 6 of 6) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/ffi/
H A Dffi_keywrap.cpp26 const Botan::secure_vector<uint8_t> key_ct = Botan::rfc3394_keywrap(key_pt, kek_sym); in botan_key_wrap3394() local
27 return write_vec_output(wrapped_key, wrapped_key_len, key_ct); in botan_key_wrap3394()
41 const Botan::secure_vector<uint8_t> key_ct(wrapped_key, wrapped_key + wrapped_key_len); in botan_key_unwrap3394() local
42 const Botan::secure_vector<uint8_t> key_pt = Botan::rfc3394_keyunwrap(key_ct, kek_sym); in botan_key_unwrap3394()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/ffi/
H A Dffi_keywrap.cpp26 const Botan::secure_vector<uint8_t> key_ct = Botan::rfc3394_keywrap(key_pt, kek_sym); in botan_key_wrap3394() local
27 return write_vec_output(wrapped_key, wrapped_key_len, key_ct); in botan_key_wrap3394()
41 const Botan::secure_vector<uint8_t> key_ct(wrapped_key, wrapped_key + wrapped_key_len); in botan_key_unwrap3394() local
42 const Botan::secure_vector<uint8_t> key_pt = Botan::rfc3394_keyunwrap(key_ct, kek_sym); in botan_key_unwrap3394()
/dports/security/botan2/Botan-2.18.2/src/lib/ffi/
H A Dffi_keywrap.cpp26 const Botan::secure_vector<uint8_t> key_ct = Botan::rfc3394_keywrap(key_pt, kek_sym); in botan_key_wrap3394() local
27 return write_vec_output(wrapped_key, wrapped_key_len, key_ct); in botan_key_wrap3394()
41 const Botan::secure_vector<uint8_t> key_ct(wrapped_key, wrapped_key + wrapped_key_len); in botan_key_unwrap3394() local
42 const Botan::secure_vector<uint8_t> key_pt = Botan::rfc3394_keyunwrap(key_ct, kek_sym); in botan_key_unwrap3394()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/uri_signing/
H A Dcookie.c75 size_t key_ct = strlen(key); in get_cookie_value() local
78 if (key_ct == k_ct && (k_ct == 0 || !strncmp(k, key, k_ct))) { in get_cookie_value()
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_pvar.cc461 uint32_t key_ct; member
482 const uint32_t key_ct = prekeys_blen - S_CAST(uintptr_t, read_iter - require_info_flattened); in InfoExistInit() local
483 …const uintptr_t bytes_used = offsetof(InfoExist, key_slens) + key_ct * sizeof(int32_t) + prekeys_b… in InfoExistInit()
491 (*existpp)->key_ct = key_ct; in InfoExistInit()
494 for (uint32_t kidx = 0; kidx != key_ct; ++kidx) { in InfoExistInit()
506 const uint32_t key_ct = existp->key_ct; in InfoExistCheck() local
509 for (uint32_t kidx = 0; kidx != key_ct; ++kidx) { in InfoExistCheck()
546 const uint32_t key_ct = nonexistp->key_ct; in InfoNonexistCheck() local
550 for (uint32_t kidx = 0; kidx != key_ct; ++kidx, prekeys_iter = &(prekeys_iter[key_slen + 2])) { in InfoNonexistCheck()
H A Dplink2_export.cc6039 const uint32_t key_ct = *key_ct_ptr; in AddToFifHtable() local
6040 …StoreStringAndPrecharAtEnd(arena_bottom, key, prechar, key_slen, arena_top_ptr, &(keys[key_ct]))) { in AddToFifHtable()
6043 *cur_idx_ptr = key_ct; in AddToFifHtable()
6044 htable[hashval] = key_ct; in AddToFifHtable()
6045 *key_ct_ptr = key_ct + 1; in AddToFifHtable()