Home
last modified time | relevance | path

Searched refs:profiles (Results 1 – 25 of 49) sorted by relevance

12

/src/crypto/openssl/ssl/
H A Dd1_srtp.c97 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles; in ssl_ctx_make_profiles()
103 if ((profiles = sk_SRTP_PROTECTION_PROFILE_new_null()) == NULL) { in ssl_ctx_make_profiles()
112 if (sk_SRTP_PROTECTION_PROFILE_find(profiles, in ssl_ctx_make_profiles()
119 if (!sk_SRTP_PROTECTION_PROFILE_push(profiles, in ssl_ctx_make_profiles()
135 *out = profiles; in ssl_ctx_make_profiles()
139 sk_SRTP_PROTECTION_PROFILE_free(profiles); in ssl_ctx_make_profiles()
143 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles) in SSL_CTX_set_tlsext_use_srtp() argument
148 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles); in SSL_CTX_set_tlsext_use_srtp()
151 int SSL_set_tlsext_use_srtp(SSL *s, const char *profiles) in SSL_set_tlsext_use_srtp() argument
158 return ssl_ctx_make_profiles(profiles, &sc->srtp_profiles); in SSL_set_tlsext_use_srtp()
/src/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c550 if (!p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.allocated) in AllocSharedProfiles()
567 p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.allocated = TRUE; in AllocSharedProfiles()
568 p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.ownerId = 0; in AllocSharedProfiles()
585 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.allocated); in FreeSharedProfiles()
586 p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.allocated = FALSE; in FreeSharedProfiles()
587 p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.ownerId = p_FmPcd->guestId; in FreeSharedProfiles()
597 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid); in UpdateRequiredActionFlag()
600 p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].requiredActionFlag = TRUE; in UpdateRequiredActionFlag()
603 p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].requiredAction = 0; in UpdateRequiredActionFlag()
604 p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].requiredActionFlag = FALSE; in UpdateRequiredActionFlag()
[all …]
H A Dfm_pcd.h289 t_FmPcdPlcrProfile profiles[FM_PCD_PLCR_NUM_ENTRIES]; member
/src/crypto/heimdal/lib/wind/
H A Dstringprep.c117 } profiles[] = { variable
138 for (i = 0; i < sizeof(profiles)/sizeof(profiles[0]); i++) { in wind_profile()
139 if (strcasecmp(profiles[i].name, name) == 0) { in wind_profile()
140 *flags = profiles[i].flags; in wind_profile()
H A Drfc3454.txt38 strings. Protocols must create profiles of stringprep in order to
129 text. Other protocols can create profiles of these rules; these
130 profiles will allow users to enter internationalized text strings in
143 In addition to helping string matching, profiles of stringprep can
155 string would contain a prohibited character. Stringprep profiles
158 Stringprep profiles cannot account for all of the variations that
213 When two protocols that use different profiles of stringprep
216 strongly consider re-using existing profiles of stringprep.
233 stringprep profiles SHOULD NOT do so.
238 profiles of stringprep select among those defined tables.
[all …]
/src/crypto/openssl/include/openssl/
H A Dsrtp.h56 __owur int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
57 __owur int SSL_set_tlsext_use_srtp(SSL *ssl, const char *profiles);
/src/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_use_srtp.pod15 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
16 int SSL_set_tlsext_use_srtp(SSL *ssl, const char *profiles);
36 B<profiles> parameters should point to a NUL-terminated, colon delimited list of
97 protection profiles that it is willing to negotiate.
99 The currently configured list of protection profiles for either a client or a
129 success or NULL on error or if no protection profiles have been configured.
/src/cddl/usr.sbin/dtrace/tests/common/profile-n/
H A DMakefile31 tst.profiles.d \
32 tst.profiles.d.out \
/src/usr.sbin/bluetooth/sdpd/
H A Dprofile.c64 static const profile_p profiles[] = { in profile_get_descriptor() local
81 for (i = 0; i < nitems(profiles); i++) in profile_get_descriptor()
82 if (profiles[i]->uuid == uuid) in profile_get_descriptor()
83 return (profiles[i]); in profile_get_descriptor()
/src/contrib/file/magic/Magdir/
H A Dcoverage14 # - LLVM raw profiles - generated by a program compiled with
16 # - LLVM indexed profiles - generated by
19 # - LCOV trace files, i.e. aggregated GCC profiles
H A Dicc7 # Color profiles as per the ICC's "Image technology colour management -
30 # This appears to be what's used for Apple ColorSync profiles.
208 # XXX - should we use "acsp\0\0\0\0" for "no primary platform" profiles,
/src/cddl/usr.sbin/dwatch/
H A Ddwatch475 longest_profile_name=$( echo "$profiles" |
494 echo "$profiles" | awk -v filter="$filter" -v cons="$CONSOLE" '
502 echo "$profiles" | awk \
549 die "missing profile argument (\`$pgm -Q' to list profiles)"
604 die "no module named \`$profile' (\`$pgm -Q' to list profiles)"
/src/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c714 u8 profiles; in iwl_acpi_get_wgds_table() member
720 .profiles = ACPI_NUM_GEO_PROFILES_REV3, in iwl_acpi_get_wgds_table()
726 .profiles = ACPI_NUM_GEO_PROFILES, in iwl_acpi_get_wgds_table()
731 .profiles = ACPI_NUM_GEO_PROFILES, in iwl_acpi_get_wgds_table()
751 u32 max_size = hdr_size + profile_size * rev_data[idx].profiles; in iwl_acpi_get_wgds_table()
768 num_profiles = rev_data[idx].profiles; in iwl_acpi_get_wgds_table()
/src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaOperators.td10 // Type profiles
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCV.td18 // RISC-V profiles supported.
/src/contrib/bearssl/samples/
H A DREADME.txt31 server profiles (selections of cipher suites and algorithms).
/src/release/packages/ucl/
H A Ddwatch-all.ucl36 profiles for tracing common system operations.
/src/crypto/krb5/
H A DREADME143 * The profile library supports the modification of empty profiles and
144 the copying of modified profiles, making it possible to construct an
193 9119 Make profile_copy() work on dirty profiles
195 9121 Don't flush libkrb5 context profiles
/src/share/examples/ppp/
H A Dppp.conf.span-isp75 # If you use ppp to connect to your ISPs, the isp* profiles shold be used,
76 # resulting in the vpn* profiles being called from ppp.linkup.span-isp.
/src/crypto/krb5/src/util/profile/
H A Dprofile.hin256 /* Methods for iterable profiles. */
262 /* Methods for writable profiles. */
H A Dprofile.553 configuration information). Normally, all of the profiles are
/src/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h157 struct iwl_scan_offload_profile profiles[IWL_SCAN_MAX_PROFILES]; member
167 struct iwl_scan_offload_profile profiles[IWL_SCAN_MAX_PROFILES_V2]; member
/src/sys/contrib/dev/ice/
H A DREADME40 protocols, or change default settings. DDP profiles can also be rolled
/src/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h584 t_FmPcdSpEntry profiles[FM_VSP_MAX_NUM_OF_ENTRIES]; member
H A Dfm_ncsw.c710 if (p_Fm->p_FmSp->profiles[i].profilesMng.ownerId == (uint8_t)ILLEGAL_BASE) in AllocVSPsForPartition()
717 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = guestId; in AllocVSPsForPartition()
773 if (p_Fm->p_FmSp->profiles[i].profilesMng.ownerId == guestId) in FreeVSPsForPartition()
774 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE; in FreeVSPsForPartition()
1504 if (!p_Fm->p_FmSp->profiles[i].profilesMng.allocated) in FmVSPAllocForPort()
1520 p_Fm->p_FmSp->profiles[i].profilesMng.allocated = TRUE; in FmVSPAllocForPort()
1538 p_Fm->p_FmSp->profiles[i].profilesMng.allocated = FALSE; in FmVSPAllocForPort()
1566 p_Fm->p_FmSp->profiles[i].profilesMng.allocated = FALSE; in FmVSPFreeForPort()
3355 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE; in FM_Config()

12