Home
last modified time | relevance | path

Searched refs:enc2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend-exclude_002_pos.ksh59 log_must zfs create $sendfs/enc/enc2
69 lost_mustnot grep -q enc/enc2 $BACKDIR/list
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c325 uint8_t enc2[EDDSA_448_PUBLIC_BYTES]; in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() local
329 memcpy(enc2, enc, sizeof(enc2)); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
331 low = ~word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1] & 0x80); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
332 enc2[EDDSA_448_PRIVATE_BYTES - 1] &= ~0x80; in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
334 succ = gf_deserialize(p->y, enc2, 1, 0); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
335 succ &= word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1]); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
373 OPENSSL_cleanse(enc2, sizeof(enc2)); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c189968 int enc2; local
189976 enc2 = enc;
189977 testcase( enc2==SQLITE_UTF16 );
189978 testcase( enc2==SQLITE_UTF16_ALIGNED );
189979 if( enc2==SQLITE_UTF16 || enc2==SQLITE_UTF16_ALIGNED ){
189980 enc2 = SQLITE_UTF16NATIVE;
189982 if( enc2<SQLITE_UTF8 || enc2>SQLITE_UTF16BE ){
189990 pColl = sqlite3FindCollSeq(db, (u8)enc2, zName, 0);
190005 if( (pColl->enc & ~SQLITE_UTF16_ALIGNED)==enc2 ){
190020 pColl = sqlite3FindCollSeq(db, (u8)enc2, zName, 1);
[all …]