/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/krb/ |
H A D | cf2.c | 133 krb5_data prf1 = empty_data(), prf2 = empty_data(); in krb5_c_fx_cf2_simple() local 144 ret = alloc_data(&prf1, ktp->enc->keybytes); in krb5_c_fx_cf2_simple() 147 ret = krb5_c_prfplus(context, k1, &pepper1_data, &prf1); in krb5_c_fx_cf2_simple() 158 for (i = 0; i < prf1.length; i++) in krb5_c_fx_cf2_simple() 159 prf1.data[i] ^= prf2.data[i]; in krb5_c_fx_cf2_simple() 164 ret = (*ktp->rand2key)(&prf1, kb); in krb5_c_fx_cf2_simple() 173 zapfree(prf1.data, prf1.length); in krb5_c_fx_cf2_simple()
|
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/krb/ |
H A D | cf2.c | 133 krb5_data prf1 = empty_data(), prf2 = empty_data(); in krb5_c_fx_cf2_simple() local 144 ret = alloc_data(&prf1, ktp->enc->keybytes); in krb5_c_fx_cf2_simple() 147 ret = krb5_c_prfplus(context, k1, &pepper1_data, &prf1); in krb5_c_fx_cf2_simple() 158 for (i = 0; i < prf1.length; i++) in krb5_c_fx_cf2_simple() 159 prf1.data[i] ^= prf2.data[i]; in krb5_c_fx_cf2_simple() 164 ret = (*ktp->rand2key)(&prf1, kb); in krb5_c_fx_cf2_simple() 173 zapfree(prf1.data, prf1.length); in krb5_c_fx_cf2_simple()
|
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/merlin-2.0.1/src/ |
H A D | strobe.rs | 203 let mut prf1 = [0u8; 32]; in test_conformance() localVariable 205 s1.prf(&mut prf1, false); in test_conformance() 211 assert_eq!(prf1, prf2); in test_conformance() 216 s1.key(&prf1, false); in test_conformance() 223 let mut prf1 = [0u8; 32]; in test_conformance() localVariable 225 s1.prf(&mut prf1, false); in test_conformance() 231 assert_eq!(prf1, prf2); in test_conformance()
|
/dports/devel/dtool/dtool-0.11.0/cargo-crates/merlin-3.0.0/src/ |
H A D | strobe.rs | 203 let mut prf1 = [0u8; 32]; in test_conformance() localVariable 205 s1.prf(&mut prf1, false); in test_conformance() 211 assert_eq!(prf1, prf2); in test_conformance() 216 s1.key(&prf1, false); in test_conformance() 223 let mut prf1 = [0u8; 32]; in test_conformance() localVariable 225 s1.prf(&mut prf1, false); in test_conformance() 231 assert_eq!(prf1, prf2); in test_conformance()
|
/dports/biology/mafft/mafft-7.267-without-extensions/core/ |
H A D | fftFunctions.c | 187 static TLS double *prf1 = NULL; in alignableReagion() local 210 if( prf1 ) FreeDoubleVec( prf1 ); prf1 = NULL; in alignableReagion() 218 if( prf1 == NULL ) in alignableReagion() 220 prf1 = AllocateDoubleVec( nalphabets ); in alignableReagion() 250 prf1[j] = 0.0; in alignableReagion() 257 while( j-- ) prf1[amino_n[(*seq1pt++)[i]]] += *eff1pt++; in alignableReagion() 259 for( j=0; j<clus1; j++ ) prf1[amino_n[(int)seq1[j][i]]] += eff1[j]; in alignableReagion() 267 if( prf1[j] ) in alignableReagion() 286 stra[i] += n_disFFT[k][j] * prf1[k] * prf2[j]; in alignableReagion()
|
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/stats/ |
H A D | cadvisor_stats_provider_test.go | 126 prf1 := statsapi.PodReference{Name: pName1, Namespace: namespace0, UID: "UID" + pName1} 274 ps, found = indexPods[prf1] 347 prf1 := statsapi.PodReference{Name: pName1, Namespace: namespace0, UID: "UID" + pName1} 451 ps, found = indexPods[prf1]
|
/dports/net/hostapd-devel/hostap-14ab4a816/src/crypto/ |
H A D | crypto_module_tests.c | 1179 static const u8 prf1[] = variable 1367 res, sizeof(prf1)) == 0 && in test_sha1() 1368 os_memcmp(res, prf1, sizeof(prf1)) == 0) in test_sha1()
|
/dports/net/hostapd/hostapd-2.9/src/crypto/ |
H A D | crypto_module_tests.c | 1030 static const u8 prf1[] = variable 1218 res, sizeof(prf1)) == 0 && in test_sha1() 1219 os_memcmp(res, prf1, sizeof(prf1)) == 0) in test_sha1()
|
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_module_tests.c | 1030 static const u8 prf1[] = variable 1218 res, sizeof(prf1)) == 0 && in test_sha1() 1219 os_memcmp(res, prf1, sizeof(prf1)) == 0) in test_sha1()
|
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/crypto/ |
H A D | crypto_module_tests.c | 1179 static const u8 prf1[] = variable 1367 res, sizeof(prf1)) == 0 && in test_sha1() 1368 os_memcmp(res, prf1, sizeof(prf1)) == 0) in test_sha1()
|
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_module_tests.c | 1030 static const u8 prf1[] = variable 1218 res, sizeof(prf1)) == 0 && in test_sha1() 1219 os_memcmp(res, prf1, sizeof(prf1)) == 0) in test_sha1()
|
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/parameterized-utils-2.1.3.0/src/Data/Parameterized/ |
H A D | NatRepr.hs | 391 let prf1 :: LeqProof (1 + a - a) (a - a) 392 prf1 = leqSub2 prf (LeqProof :: LeqProof a a) function 398 prf4 = case prf2 of Refl -> case prf3 of { Refl -> prf1 }
|
/dports/lang/racket-minimal/racket-8.3/collects/syntax/parse/private/ |
H A D | runtime-report.rkt | 160 (loop (maximal-prf1/ord ORD) (append non-ORD non-ORD-items))] 162 (maximal/prf1 (append non-ORD non-ORD-items))]))])) 164 ;; maximal/prf1 : (Listof (Cons IPS A) -> (Listof (Listof A)) 165 (define (maximal/prf1 items) 196 ;; maximal-prf1/ord : (NEListof (Cons IPS A)) -> (NEListof (Cons IPS A)) 199 (define (maximal-prf1/ord items)
|
/dports/lang/racket/racket-8.3/collects/syntax/parse/private/ |
H A D | runtime-report.rkt | 160 (loop (maximal-prf1/ord ORD) (append non-ORD non-ORD-items))] 162 (maximal/prf1 (append non-ORD non-ORD-items))]))])) 164 ;; maximal/prf1 : (Listof (Cons IPS A) -> (Listof (Listof A)) 165 (define (maximal/prf1 items) 196 ;; maximal-prf1/ord : (NEListof (Cons IPS A)) -> (NEListof (Cons IPS A)) 199 (define (maximal-prf1/ord items)
|
/dports/biology/mmseqs2/MMseqs2-13-45111/examples/ |
H A D | DB.fasta | 15657 …de chain release factor subunit 1 OS=Methanobacteriaceae archaeon 41_258 GN=prf1 PE=3 SV=1 Split=0 20063 … OS=Methanothermococcus okinawensis (strain DSM 14208 / JCM 11175 / IH1) GN=prf1 PE=3 SV=1 Split=0 34297 …naschii (strain ATCC 43067 / DSM 2661 / JAL-1 / JCM 10045 / NBRC 100440) GN=prf1 PE=3 SV=2 Split=0 35733 …actor subunit 1 OS=Methanococcus maripaludis (strain C6 / ATCC BAA-1332) GN=prf1 PE=3 SV=1 Split=0
|