Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dkdf.c51 static char *alloc_kdf_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_kdf_algorithm_name() argument
57 if (*optp == NULL) in alloc_kdf_algorithm_name()
58 *optp = sk_OPENSSL_STRING_new_null(); in alloc_kdf_algorithm_name()
59 if (*optp == NULL) in alloc_kdf_algorithm_name()
64 if (sk_OPENSSL_STRING_push(*optp, res)) in alloc_kdf_algorithm_name()
Dmac.c55 static char *alloc_mac_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_mac_algorithm_name() argument
61 if (*optp == NULL) in alloc_mac_algorithm_name()
62 *optp = sk_OPENSSL_STRING_new_null(); in alloc_mac_algorithm_name()
63 if (*optp == NULL) in alloc_mac_algorithm_name()
68 if (sk_OPENSSL_STRING_push(*optp, res)) in alloc_mac_algorithm_name()
/third_party/node/deps/openssl/openssl/apps/
Dkdf.c51 static char *alloc_kdf_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_kdf_algorithm_name() argument
57 if (*optp == NULL) in alloc_kdf_algorithm_name()
58 *optp = sk_OPENSSL_STRING_new_null(); in alloc_kdf_algorithm_name()
59 if (*optp == NULL) in alloc_kdf_algorithm_name()
64 if (sk_OPENSSL_STRING_push(*optp, res)) in alloc_kdf_algorithm_name()
Dmac.c55 static char *alloc_mac_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_mac_algorithm_name() argument
61 if (*optp == NULL) in alloc_mac_algorithm_name()
62 *optp = sk_OPENSSL_STRING_new_null(); in alloc_mac_algorithm_name()
63 if (*optp == NULL) in alloc_mac_algorithm_name()
68 if (sk_OPENSSL_STRING_push(*optp, res)) in alloc_mac_algorithm_name()
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c154 BOOL optp; /* count of transaction sets to play */ variable
2315 if ((optp || optu) in enqueue_action()
2334 if (!err && optp && (playedactions == playcount)) { in enqueue_action()
3304 ((optk || optp || optu || opts) && !optn in open_volume()
3405 if (optp || optu || opts) in backoverlap()
3576 if (optp || optu || opts) in backward_rcrd()
3608 && (!(optp || optu) || (playedactions < playcount))) { in walkback()
3670 if ((optp || optu) && (playedactions >= playcount)) in walkback()
3859 if (optb || optp || optu || opts) { in walk()
3972 if (optb || optp || optu || opts in walk()
[all …]
/third_party/libcoap/src/
Dcoap_pdu.c903 next_option_safe(coap_opt_t **optp, size_t *length, uint16_t *max_opt) { in next_option_safe() argument
907 assert(optp); in next_option_safe()
908 assert(*optp); in next_option_safe()
911 optsize = coap_opt_parse(*optp, *length, &option); in next_option_safe()
921 *optp += optsize; in next_option_safe()